call base (even though it happens to be a no-op right now)
This commit is contained in:
@@ -659,6 +659,8 @@ void RageDisplay_D3D::ResolutionChanged()
|
|||||||
g_pd3dDevice->Clear( 0, NULL, D3DCLEAR_TARGET|D3DCLEAR_ZBUFFER,
|
g_pd3dDevice->Clear( 0, NULL, D3DCLEAR_TARGET|D3DCLEAR_ZBUFFER,
|
||||||
D3DCOLOR_XRGB(0,0,0), 1.0f, 0x00000000 );
|
D3DCOLOR_XRGB(0,0,0), 1.0f, 0x00000000 );
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
RageDisplay::ResolutionChanged();
|
||||||
}
|
}
|
||||||
|
|
||||||
int RageDisplay_D3D::GetMaxTextureSize() const
|
int RageDisplay_D3D::GetMaxTextureSize() const
|
||||||
|
|||||||
@@ -615,6 +615,8 @@ void RageDisplay_OGL::ResolutionChanged()
|
|||||||
/* Clear any junk that's in the framebuffer. */
|
/* Clear any junk that's in the framebuffer. */
|
||||||
if( BeginFrame() )
|
if( BeginFrame() )
|
||||||
EndFrame();
|
EndFrame();
|
||||||
|
|
||||||
|
RageDisplay::ResolutionChanged();
|
||||||
}
|
}
|
||||||
|
|
||||||
// Return true if mode change was successful.
|
// Return true if mode change was successful.
|
||||||
|
|||||||
Reference in New Issue
Block a user