Changeset - r20923:4c89cb662d11
[Not reviewed]
master
0 1 0
rubidium - 11 years ago 2013-11-12 18:31:12
rubidium@openttd.org
(svn r25970) -Fix [FS#5787]: [SDL] Recursive mutex locking when changing blitter
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
src/video/sdl_v.cpp
Show inline comments
 
@@ -837,7 +837,7 @@ bool VideoDriver_SDL::ToggleFullscreen(b
 

	
 
bool VideoDriver_SDL::AfterBlitterChange()
 
{
 
	return this->ChangeResolution(_screen.width, _screen.height);
 
	return CreateMainSurface(_screen.width, _screen.height);
 
}
 

	
 
#endif /* WITH_SDL */
0 comments (0 inline, 0 general)