1
0
Fork 0

(svn r12796) -Fix: the dedicated blitter did segfault too, like the null blitter did.

release/0.7
rubidium 2008-04-19 21:51:05 +00:00
parent 0e624275ee
commit c884d82e46
1 changed files with 1 additions and 0 deletions

View File

@ -140,6 +140,7 @@ const char *VideoDriver_Dedicated::Start(const char * const *parm)
_screen.width = _screen.pitch = _cur_resolution[0];
_screen.height = _cur_resolution[1];
ScreenSizeChanged();
SetDebugString("net=6");