mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2024-12-24 06:52:40 -05:00
Set update rate to 80ms
This commit is contained in:
parent
f4662f833f
commit
ba548701e2
1 changed files with 1 additions and 1 deletions
|
@ -53,7 +53,7 @@ const GDXFOR_SENSOR = {
|
||||||
/**
|
/**
|
||||||
* The update rate, in milliseconds, for sensor data input from the peripheral.
|
* The update rate, in milliseconds, for sensor data input from the peripheral.
|
||||||
*/
|
*/
|
||||||
const GDXFOR_UPDATE_RATE = 100;
|
const GDXFOR_UPDATE_RATE = 80;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Threshold for pushing and pulling force, for the whenForcePushedOrPulled hat block.
|
* Threshold for pushing and pulling force, for the whenForcePushedOrPulled hat block.
|
||||||
|
|
Loading…
Reference in a new issue