fix compile
This commit is contained in:
@@ -762,8 +762,7 @@ RageSurface* RageDisplay_D3D::CreateScreenshot()
|
||||
|
||||
VideoModeParams RageDisplay_D3D::GetActualVideoModeParams() const
|
||||
{
|
||||
VideoModeParams p;
|
||||
GraphicsWindow::GetParams( p );
|
||||
VideoModeParams p = GraphicsWindow::GetParams();
|
||||
return p;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user