diff options
Diffstat (limited to 'src/main.c')
| -rw-r--r-- | src/main.c | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -74,8 +74,10 @@ int InitialiseWindowsSystem() glDepthFunc(GL_LEQUAL); glEnable(GL_TEXTURE_2D); - + +/* glHint(GL_PERSPECTIVE_CORRECTION_HINT, GL_NICEST); +*/ #endif return 0; } |
