Don't log all OpenGL modes; it's noisy and hasn't been useful in a long time.

This commit is contained in:
Glenn Maynard
2004-02-27 09:57:53 +00:00
parent c1e2bc133c
commit 5338e568c6
+3 -1
View File
@@ -627,7 +627,9 @@ void DumpOpenGLDebugInfo()
continue;
CString str = ssprintf("Mode %i: ", i);
if(i == Actual) str += "*** ";
if( i != Actual )
continue;
// if(i == Actual) str += "*** ";
if(skip) str += "(BOGUS) ";
if(soft) str += "software ";
if(icd) str += "ICD ";