summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'index.html')
-rwxr-xr-xindex.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.html b/index.html
index 7e3267a..703ccb1 100755
--- a/index.html
+++ b/index.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();