summaryrefslogtreecommitdiff
path: root/snap.html
diff options
context:
space:
mode:
Diffstat (limited to 'snap.html')
-rwxr-xr-xsnap.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/snap.html b/snap.html
index 7e3267a..703ccb1 100755
--- a/snap.html
+++ b/snap.html
@@ -30,7 +30,7 @@
world = new WorldMorph(document.getElementById('world'));
world.worldCanvas.focus();
new IDE_Morph().openIn(world);
- setInterval(loop, 1);
+ setInterval(loop, 10);
};
function loop() {
world.doOneCycle();