diff --git a/stepmania/src/RageDisplay_OGL.cpp b/stepmania/src/RageDisplay_OGL.cpp index 8e5b62dad3..00a170a279 100644 --- a/stepmania/src/RageDisplay_OGL.cpp +++ b/stepmania/src/RageDisplay_OGL.cpp @@ -639,6 +639,8 @@ CString RageDisplay_OGL::TryVideoMode( const VideoModeParams &p, bool &bNewDevic /* Recreate all vertex buffers. */ InvalidateAllGeometry(); + + InitScalingScript(); } this->SetDefaultRenderStates();