diff options
| author | Gubolin <gubolin@fantasymail.de> | 2015-01-08 19:29:43 +0100 |
|---|---|---|
| committer | Gubolin <gubolin@fantasymail.de> | 2015-01-08 19:29:43 +0100 |
| commit | 8b7b751c04a0f41129a2d39de93c171e8e516c42 (patch) | |
| tree | ec627c704ed7f143b3b13f8c408797e738c47b29 /index.html | |
| parent | 04b0e2e521e52aa4d812de2aa098ecc7f7c475f5 (diff) | |
| parent | 2b8d842592c0cf809408e4f14df1b23b55177206 (diff) | |
| download | snap-8b7b751c04a0f41129a2d39de93c171e8e516c42.tar.gz snap-8b7b751c04a0f41129a2d39de93c171e8e516c42.zip | |
Merge branch 'development' into gh-pages
Diffstat (limited to 'index.html')
| -rwxr-xr-x | index.html | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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(); |
