some optimizations

This commit is contained in:
Eduardo Bart
2012-04-09 09:35:46 -03:00
parent db00792351
commit 2017fb366e
6 changed files with 17 additions and 18 deletions

View File

@@ -76,8 +76,6 @@ void Graphics::init()
#endif
glHint(GL_LINE_SMOOTH_HINT,GL_NICEST);
glHint(GL_PERSPECTIVE_CORRECTION_HINT,GL_NICEST);
glEnable(GL_BLEND);
glClear(GL_COLOR_BUFFER_BIT);