aboutsummaryrefslogtreecommitdiff
path: root/src/GPU3D_OpenGL.cpp
diff options
context:
space:
mode:
authorArisotura <thetotalworm@gmail.com>2020-05-27 21:40:02 +0200
committerArisotura <thetotalworm@gmail.com>2020-05-27 21:40:02 +0200
commite8849db78abe4db518c7f324323b88f478acc69a (patch)
treef7db236cc20a6d5a32ab79435eb9224856884648 /src/GPU3D_OpenGL.cpp
parentef2802ae31c4af965457216a190535b41efe749d (diff)
we don't need a GLShim.
blarg. I don't understand this anymore.
Diffstat (limited to 'src/GPU3D_OpenGL.cpp')
-rw-r--r--src/GPU3D_OpenGL.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/GPU3D_OpenGL.cpp b/src/GPU3D_OpenGL.cpp
index dcc4b6b..74760e5 100644
--- a/src/GPU3D_OpenGL.cpp
+++ b/src/GPU3D_OpenGL.cpp
@@ -199,7 +199,6 @@ bool Init()
glEnable(GL_DEPTH_TEST);
glEnable(GL_STENCIL_TEST);
-
glDepthRange(0, 1);
glClearDepth(1.0);