(svn r12796) -Fix: the dedicated blitter did segfault too, like the null blitter did.
authorrubidium
Sat, 19 Apr 2008 21:51:05 +0000
changeset 10264 cf7e5534376a
parent 10263 e725d23bc34e
child 10265 67510a0e5d1a
(svn r12796) -Fix: the dedicated blitter did segfault too, like the null blitter did.
src/video/dedicated_v.cpp
--- a/src/video/dedicated_v.cpp	Sat Apr 19 21:23:42 2008 +0000
+++ b/src/video/dedicated_v.cpp	Sat Apr 19 21:51:05 2008 +0000
@@ -140,6 +140,7 @@
 
 	_screen.width = _screen.pitch = _cur_resolution[0];
 	_screen.height = _cur_resolution[1];
+	ScreenSizeChanged();
 
 	SetDebugString("net=6");