Removed stray glEnable(GL_BLEND).

This commit is contained in:
Quantum 2013-11-09 10:13:56 -05:00
parent 06dd46588c
commit 59b6f2c7c0

View file

@ -279,7 +279,6 @@ class Applet(pyglet.window.Window):
glTranslatef(-x, -y, -z)
glEnable(GL_LIGHTING)
glEnable(GL_BLEND)
world = self.world
get_distance = entity_distance(x, y, z)
if x != world.x or y != world.y or z != world.z: