Fix data race during palette animation with threaded blitters
This commit is contained in:
@@ -513,6 +513,7 @@ void VideoDriver_Allegro::MainLoop()
|
||||
if (old_shift_pressed != _shift_pressed) HandleShiftChanged();
|
||||
|
||||
GameLoop();
|
||||
GameLoopPaletteAnimations();
|
||||
|
||||
UpdateWindows();
|
||||
CheckPaletteAnim();
|
||||
|
||||
Reference in New Issue
Block a user