diff options
Diffstat (limited to 'src/video')
-rw-r--r-- | src/video/video_driver.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/video/video_driver.cpp b/src/video/video_driver.cpp index eaff0b741..d8fbe0400 100644 --- a/src/video/video_driver.cpp +++ b/src/video/video_driver.cpp @@ -115,7 +115,7 @@ void VideoDriver::RealChangeBlitter(const char *repl_blitter) this->ClearSystemSprites(); ClearFontCache(); GfxClearSpriteCache(); - ReInitAllWindows(); + ReInitAllWindows(false); } void VideoDriver::Tick() |