From 56982d4e9b5b1fe64c78ebe007811c37d212f06a Mon Sep 17 00:00:00 2001 From: Steven Fuller Date: Sat, 11 Aug 2001 21:04:45 +0000 Subject: Fixed perspective texture drawing. Implemented a few simple opengl state optimizations. --- src/main.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/main.c') 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; } -- cgit v1.3