mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2024-12-23 14:32:59 -05:00
Increase speed of sample
This commit is contained in:
parent
abf84975bd
commit
338b30a17b
1 changed files with 1 additions and 1 deletions
|
@ -160,7 +160,7 @@ class GdxFor {
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
this._device.start(); // Can set period here if needed.
|
this._device.start(5); // Can set period here if needed.
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue