mirror of
https://github.com/glest/glest-source.git
synced 2025-09-30 01:18:58 +02:00
- code cleanup (removing / commenting uneeded items)
This commit is contained in:
@@ -234,6 +234,7 @@ void TextFTGL::Render(const char* str, const int len) {
|
||||
if(len != 0) {
|
||||
//printf("FTGL Render [%s] facesize = %d\n",str,ftFont->FaceSize());
|
||||
assertGl();
|
||||
|
||||
ftFont->Render(str, len);
|
||||
//assertGl();
|
||||
GLenum error = glGetError();
|
||||
|
Reference in New Issue
Block a user