We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c5e6c7 commit 407a235Copy full SHA for 407a235
code/bmpman/bmpman.cpp
@@ -2101,8 +2101,8 @@ void bm_page_in_stop() {
2101
} else {
2102
bm_lock(bm_bitmaps[i].handle, (bm_bitmaps[i].used_flags == BMP_AABITMAP) ? 8 : 16, bm_bitmaps[i].used_flags);
2103
if (bm_bitmaps[i].ref_count >= 1) {
2104
-+ bm_unlock( bm_bitmaps[i].handle );
2105
-+ }
+ bm_unlock( bm_bitmaps[i].handle );
+ }
2106
}
2107
2108
n++;
0 commit comments