fix warning

This commit is contained in:
Glenn Maynard
2005-05-06 14:41:46 +00:00
parent af2326e739
commit 0a08b5adb8
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -349,7 +349,7 @@ RageDisplay_OGL::RageDisplay_OGL()
InitStringMap();
wind = NULL;
g_bTextureMatrixShader = NULL;
g_bTextureMatrixShader = 0;
}
CString GetInfoLog( GLhandleARB h )