File diff r24851:a41e925d9dc7 → r24852:00c1bd78d033
src/video/sdl2_v.cpp
Show inline comments
 
@@ -853,8 +853,6 @@ void VideoDriver_SDL::MainLoop()
 
	last_realtime_tick = cur_ticks;
 
	next_game_tick = cur_ticks;
 

	
 
	this->CheckPaletteAnim();
 

	
 
	if (_draw_threaded) {
 
		/* Initialise the mutex first, because that's the thing we *need*
 
		 * directly in the newly created thread. */