From b2bb08144afce2e90be5942172919b9bad6df71e Mon Sep 17 00:00:00 2001 From: Gubolin Date: Sun, 14 Dec 2014 10:58:49 +0100 Subject: set thread scheduler to fire every 10ms --- snap.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'snap.html') 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(); -- cgit v1.3.1