mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2024-12-23 14:32:59 -05:00
Run threads for 60fps
This commit is contained in:
parent
890be6611e
commit
0ae0ea5f22
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||||
|
|
||||||
|
|
||||||
// -----------------------------------------------------------------------------
|
// -----------------------------------------------------------------------------
|
||||||
|
|
Loading…
Reference in a new issue