From c230ba2b723ab8b3d9ad21436dad03ad1d22182e Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Tue, 14 Feb 2006 02:39:52 +0000 Subject: [PATCH] render states are context-specific; make sure we're defined after beginning concurrent rendering --- stepmania/src/RageDisplay_OGL.cpp | 1 + 1 file changed, 1 insertion(+) 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()