Run threads for 60fps

This commit is contained in:
Tim Mickel 2016-07-01 16:30:33 -04:00
parent 890be6611e
commit 0ae0ea5f22

View file

@ -77,7 +77,7 @@ util.inherits(Runtime, EventEmitter);
/** /**
* How rapidly we try to step threads, in ms. * How rapidly we try to step threads, in ms.
*/ */
Runtime.THREAD_STEP_INTERVAL = 1000 / 30; Runtime.THREAD_STEP_INTERVAL = 1000 / 60;
// ----------------------------------------------------------------------------- // -----------------------------------------------------------------------------