mirror of
https://github.com/quantum5/punyverse.git
synced 2025-04-24 13:11:57 -04:00
Removed stray glEnable(GL_BLEND).
This commit is contained in:
parent
06dd46588c
commit
59b6f2c7c0
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue