Commented out rotation testing code

This commit is contained in:
Skyler Lehmkuhl 2012-01-04 14:26:09 -05:00
parent 6e0fa46ea2
commit b175e863da
1 changed files with 2 additions and 1 deletions

View File

@ -64,7 +64,8 @@ def onMouseUpObj(self, x, y):
self.clicked = False
def onMouseMoveGroup(self, x, y):
pass
root.rotation+=0.01
#This is for testing rotation. Comment out before any commit!
#root.rotation+=0.01
def onMouseMoveObj(self, x, y):
pass
def onMouseDragGroup(self, x, y):