From 7023ed83ea08d1cc5c1e6a539e4c38f8f9a38d1d Mon Sep 17 00:00:00 2001 From: Quantum Date: Tue, 28 Aug 2018 18:58:28 -0400 Subject: [PATCH] Fix depth issues. --- punyverse/ui.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/punyverse/ui.py b/punyverse/ui.py index 70cc18a..8d22c81 100644 --- a/punyverse/ui.py +++ b/punyverse/ui.py @@ -134,8 +134,6 @@ class Punyverse(pyglet.window.Window): glEnable(GL_LIGHT0) glEnable(GL_LIGHT1) - glEnable(GL_POLYGON_OFFSET_FILL) - fv4 = GLfloat * 4 glLightfv(GL_LIGHT0, GL_POSITION, fv4(.5, .5, 1, 0))