From 9d0cc2d322fa4d4c368a2f32f5d27a3ac1f68ae6 Mon Sep 17 00:00:00 2001 From: Chris Danford Date: Mon, 28 Nov 2005 23:11:34 +0000 Subject: [PATCH] invalidate scaling script when resetting device --- stepmania/src/RageDisplay_OGL.cpp | 2 ++ 1 file changed, 2 insertions(+) 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();