diff --git a/stepmania/src/RageDisplay_OGL.cpp b/stepmania/src/RageDisplay_OGL.cpp index 3832c9d163..72316eca97 100644 --- a/stepmania/src/RageDisplay_OGL.cpp +++ b/stepmania/src/RageDisplay_OGL.cpp @@ -1636,6 +1636,7 @@ void RageDisplay_OGL::EndConcurrentRenderingMainThread() void RageDisplay_OGL::BeginConcurrentRendering() { g_pWind->BeginConcurrentRendering(); + SetDefaultRenderStates(); } void RageDisplay_OGL::EndConcurrentRendering()