fix compile

This commit is contained in:
Chris Danford
2006-01-20 08:33:27 +00:00
parent 0d072f52f0
commit 65aff05a13
2 changed files with 4 additions and 5 deletions
+1 -2
View File
@@ -762,8 +762,7 @@ RageSurface* RageDisplay_D3D::CreateScreenshot()
VideoModeParams RageDisplay_D3D::GetActualVideoModeParams() const
{
VideoModeParams p;
GraphicsWindow::GetParams( p );
VideoModeParams p = GraphicsWindow::GetParams();
return p;
}