make SetVideoMode not throw

This commit is contained in:
Glenn Maynard
2004-11-30 20:01:07 +00:00
parent 388fb41404
commit 6f46898f69
6 changed files with 30 additions and 19 deletions
+2 -1
View File
@@ -75,7 +75,8 @@ static RageDisplay::PixelFormatDesc PIXEL_FORMAT_DESC[RageDisplay::NUM_PIX_FORMA
RageDisplay_Null::RageDisplay_Null( VideoModeParams p )
{
LOG->MapLog("renderer", "Current renderer: null");
SetVideoMode( p );
bool bIgnore = false;
SetVideoMode( p, bIgnore );
}
RageSurface* RageDisplay_Null::CreateScreenshot()