call base (even though it happens to be a no-op right now)

This commit is contained in:
Glenn Maynard
2005-12-29 07:45:06 +00:00
parent eb50b6fc7e
commit 336e3be92b
2 changed files with 4 additions and 0 deletions
+2
View File
@@ -659,6 +659,8 @@ void RageDisplay_D3D::ResolutionChanged()
g_pd3dDevice->Clear( 0, NULL, D3DCLEAR_TARGET|D3DCLEAR_ZBUFFER,
D3DCOLOR_XRGB(0,0,0), 1.0f, 0x00000000 );
#endif
RageDisplay::ResolutionChanged();
}
int RageDisplay_D3D::GetMaxTextureSize() const
+2
View File
@@ -615,6 +615,8 @@ void RageDisplay_OGL::ResolutionChanged()
/* Clear any junk that's in the framebuffer. */
if( BeginFrame() )
EndFrame();
RageDisplay::ResolutionChanged();
}
// Return true if mode change was successful.