Skip to content

Commit f3aa956

Browse files
committed
fixed flash display bug on Linux
1 parent da15f6b commit f3aa956

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

onscripter.cpp renamed to ONScripter.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -732,7 +732,7 @@ void ONScripter::flushDirect( SDL_Rect &rect, int refresh_mode )
732732
SDL_UnlockSurface(accumulation_surface);
733733

734734
screen_dirty_flag = false;
735-
#if defined(ANDROID) || defined(_MSC_VER)
735+
#if defined(ANDROID) || defined(_MSC_VER) || defined(LINUX)
736736
if (compatibilityMode) {
737737
SDL_RenderClear(renderer);
738738
}

0 commit comments

Comments
 (0)