diff options
| author | Gubolin <gubolin@fantasymail.de> | 2014-12-14 10:58:49 +0100 |
|---|---|---|
| committer | Gubolin <gubolin@fantasymail.de> | 2014-12-14 10:58:49 +0100 |
| commit | b2bb08144afce2e90be5942172919b9bad6df71e (patch) | |
| tree | 92c06ba459213bd784d9d7ad19392e554537bc4e /snap.html | |
| parent | 1cf546c9fc8b635cf722830c123b7ef25f97ea93 (diff) | |
| download | snap-b2bb08144afce2e90be5942172919b9bad6df71e.tar.gz snap-b2bb08144afce2e90be5942172919b9bad6df71e.zip | |
set thread scheduler to fire every 10ms
Diffstat (limited to 'snap.html')
| -rwxr-xr-x | snap.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(); |
