diff --git a/punyverse/game.py b/punyverse/game.py index 28bdef9..dd51fe1 100644 --- a/punyverse/game.py +++ b/punyverse/game.py @@ -224,7 +224,7 @@ class Applet(pyglet.window.Window): glMatrixMode(GL_PROJECTION) glLoadIdentity() # A field of view of 45 - gluPerspective(45.0, width / float(height), 0.1, 50000000.0) + gluPerspective(45.0, width / float(height), 1, 50000000.0) glMatrixMode(GL_MODELVIEW) def on_mouse_scroll(self, x, y, scroll_x, scroll_y):