diff eclviewer.py @ 100:5c40cc1b8019

Use game's frame for interpolation. No more time manipulation interfering with interpolators!
author Thibaut Girka <thib@sitedethib.com>
date Mon, 05 Sep 2011 00:29:31 +0200
parents ac2e5e1c2c3c
children 101abdc1a20b
line wrap: on
line diff
--- a/eclviewer.py
+++ b/eclviewer.py
@@ -35,6 +35,8 @@ from OpenGL.GLU import *
 
 
 def main(path, stage_num):
+    import logging
+    logging.basicConfig(level=logging.DEBUG)
     # Initialize pygame
     pygame.init()
     window = pygame.display.set_mode((384, 448), pygame.OPENGL | pygame.DOUBLEBUF)