From b175e863da6267bcdce8e40af17494430e96a1a9 Mon Sep 17 00:00:00 2001 From: Skyler Lehmkuhl Date: Wed, 4 Jan 2012 14:26:09 -0500 Subject: [PATCH] Commented out rotation testing code --- lightningbeam | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lightningbeam b/lightningbeam index 606a690..f5407fb 100644 --- a/lightningbeam +++ b/lightningbeam @@ -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):