summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorGubolin <gubolin@fantasymail.de>2015-01-08 19:29:43 +0100
committerGubolin <gubolin@fantasymail.de>2015-01-08 19:29:43 +0100
commit8b7b751c04a0f41129a2d39de93c171e8e516c42 (patch)
treeec627c704ed7f143b3b13f8c408797e738c47b29 /index.html
parent04b0e2e521e52aa4d812de2aa098ecc7f7c475f5 (diff)
parent2b8d842592c0cf809408e4f14df1b23b55177206 (diff)
downloadsnap-8b7b751c04a0f41129a2d39de93c171e8e516c42.tar.gz
snap-8b7b751c04a0f41129a2d39de93c171e8e516c42.zip
Merge branch 'development' into gh-pages
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();