aboutsummaryrefslogtreecommitdiff
path: root/LightInstallation.py
diff options
context:
space:
mode:
authorGravatar rcoh <rcoh@mit.edu>2011-01-04 10:43:21 -0500
committerGravatar rcoh <rcoh@mit.edu>2011-01-04 10:43:21 -0500
commitdcc7afcea31c968575446b7f215d6780f747d7fb (patch)
tree52591d98be214371d96795f4995e637ce95d7759 /LightInstallation.py
parentf5c29b39f3eef83227e3fb7c550d9b2922a19894 (diff)
parent134de4472d3f2fa913944770595de9221dd27fdf (diff)
Merge branch 'bens-cleanup' of github.com:rcoh/SmootLight
Conflicts: operationscore/Input.py pixelevents/DecayEvent.py util/ColorOps.py
Diffstat (limited to 'LightInstallation.py')
-rw-r--r--LightInstallation.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/LightInstallation.py b/LightInstallation.py
index c74926e..db7b808 100644
--- a/LightInstallation.py
+++ b/LightInstallation.py
@@ -121,7 +121,7 @@ class LightInstallation:
#self.screen.allOn()
lastLoopTime = clock.time()
refreshInterval = 30
- runCount = 10000
+ runCount = 3000
while runCount > 0:
runCount -= 1
loopStart = clock.time()