summaryrefslogtreecommitdiff
path: root/snap.html
diff options
context:
space:
mode:
authorGubolin <gubolin@fantasymail.de>2014-12-14 10:58:49 +0100
committerGubolin <gubolin@fantasymail.de>2014-12-14 10:58:49 +0100
commitb2bb08144afce2e90be5942172919b9bad6df71e (patch)
tree92c06ba459213bd784d9d7ad19392e554537bc4e /snap.html
parent1cf546c9fc8b635cf722830c123b7ef25f97ea93 (diff)
downloadsnap-b2bb08144afce2e90be5942172919b9bad6df71e.tar.gz
snap-b2bb08144afce2e90be5942172919b9bad6df71e.zip
set thread scheduler to fire every 10ms
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();