mirror of
https://github.com/quantum5/punyverse.git
synced 2025-04-24 21:21:59 -04:00
Removed stray glEnable(GL_BLEND).
This commit is contained in:
parent
3fb601a2e7
commit
7943066fbb
|
@ -279,7 +279,6 @@ class Applet(pyglet.window.Window):
|
||||||
glTranslatef(-x, -y, -z)
|
glTranslatef(-x, -y, -z)
|
||||||
|
|
||||||
glEnable(GL_LIGHTING)
|
glEnable(GL_LIGHTING)
|
||||||
glEnable(GL_BLEND)
|
|
||||||
world = self.world
|
world = self.world
|
||||||
get_distance = entity_distance(x, y, z)
|
get_distance = entity_distance(x, y, z)
|
||||||
if x != world.x or y != world.y or z != world.z:
|
if x != world.x or y != world.y or z != world.z:
|
||||||
|
|
Loading…
Reference in a new issue