From fbe40c9c493512ffd8faa3587e0c6a41b96d74d9 Mon Sep 17 00:00:00 2001 From: Chris Danford Date: Thu, 20 Oct 2005 14:33:56 +0000 Subject: [PATCH] remove testing --- stepmania/src/RageDisplay_OGL.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stepmania/src/RageDisplay_OGL.cpp b/stepmania/src/RageDisplay_OGL.cpp index 8081eb2f48..b6bd2bc57f 100644 --- a/stepmania/src/RageDisplay_OGL.cpp +++ b/stepmania/src/RageDisplay_OGL.cpp @@ -1173,7 +1173,7 @@ void RageCompiledGeometryHWOGL::Draw( int iMeshIndex ) const if( meshInfo.m_bNeedsTextureMatrixScale ) { - if( false ) //g_bTextureMatrixShader != 0 ) + if( g_bTextureMatrixShader != 0 ) { /* If we're using texture matrix scales, set up that buffer, too, and enable the * vertex shader. This shader doesn't support all OpenGL state, so only enable it