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
@@ -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.