Skip to content

Commit 407a235

Browse files
committed
Fixed silly syntax error
1 parent 0c5e6c7 commit 407a235

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

code/bmpman/bmpman.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2101,8 +2101,8 @@ void bm_page_in_stop() {
21012101
} else {
21022102
bm_lock(bm_bitmaps[i].handle, (bm_bitmaps[i].used_flags == BMP_AABITMAP) ? 8 : 16, bm_bitmaps[i].used_flags);
21032103
if (bm_bitmaps[i].ref_count >= 1) {
2104-
+ bm_unlock( bm_bitmaps[i].handle );
2105-
+ }
2104+
bm_unlock( bm_bitmaps[i].handle );
2105+
}
21062106
}
21072107

21082108
n++;

0 commit comments

Comments
 (0)