summaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/main.c b/src/main.c
index f82aa9e..6749ee4 100644
--- a/src/main.c
+++ b/src/main.c
@@ -74,8 +74,10 @@ int InitialiseWindowsSystem()
glDepthFunc(GL_LEQUAL);
glEnable(GL_TEXTURE_2D);
-
+
+/*
glHint(GL_PERSPECTIVE_CORRECTION_HINT, GL_NICEST);
+*/
#endif
return 0;
}