diff options
Diffstat (limited to 'src/render/graphics.cpp')
-rw-r--r-- | src/render/graphics.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/render/graphics.cpp b/src/render/graphics.cpp index 5cb45e8ca..98dbf0600 100644 --- a/src/render/graphics.cpp +++ b/src/render/graphics.cpp @@ -292,7 +292,6 @@ bool Graphics::setOpenGLMode() // Setup OpenGL glViewport(0, 0, mActualWidth, mActualHeight); - glHint(GL_PERSPECTIVE_CORRECTION_HINT, GL_FASTEST); int gotDoubleBuffer = 0; SDL_GL_GetAttribute(SDL_GL_DOUBLEBUFFER, &gotDoubleBuffer); logger->log("Using OpenGL %s double buffering.", |