Fix data race during palette animation with threaded blitters
This commit is contained in:
@@ -299,6 +299,7 @@ void VideoDriver_Dedicated::MainLoop()
|
||||
next_tick = cur_ticks + MILLISECONDS_PER_TICK;
|
||||
|
||||
GameLoop();
|
||||
GameLoopPaletteAnimations();
|
||||
UpdateWindows();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user