- fix for about screen, placement of some items

This commit is contained in:
Mark Vejvoda
2011-06-28 15:56:22 +00:00
parent 8c2d76b589
commit 8d300f06a4
2 changed files with 5 additions and 6 deletions

View File

@@ -412,7 +412,7 @@ void TextRenderer3DGl::specialFTGLErrorCheckWorkaround(string text) {
printf("\n**FTGL Error = %d for text [%s] currentFTGLErrorCount = %d\n\n",error,text.c_str(),currentFTGLErrorCount);
fflush(stdout);
//assertGlWithErrorNumber(error);
assertGlWithErrorNumber(error);
}
else {
//printf("\n**FTGL #2 Error = %d for text [%s] currentFTGLErrorCount = %d\n\n",error,text.c_str(),currentFTGLErrorCount);