mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2024-12-23 14:32:59 -05:00
Fix inaccurate comment.
This commit is contained in:
parent
0256fff8ce
commit
14ffae04f8
1 changed files with 2 additions and 2 deletions
|
@ -356,8 +356,8 @@ class BoostMotor {
|
||||||
this._pendingRotationDestination = null;
|
this._pendingRotationDestination = null;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* If the motor has been turned on run for a specific duration,
|
* If the motor has been turned on run for a specific rotation, this is the function
|
||||||
* this is the function that will be called once Scratch VM gets a notification from the Move Hub.
|
* that will be called once Scratch VM gets a notification from the Move Hub.
|
||||||
* @type {Object}
|
* @type {Object}
|
||||||
* @private
|
* @private
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in a new issue