mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2024-12-24 23:12:24 -05:00
Corrected documentation for BoostMotor._clearRotationState()
This commit is contained in:
parent
63726044e4
commit
ba2aaf90dd
1 changed files with 1 additions and 1 deletions
|
@ -586,7 +586,7 @@ class BoostMotor {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Clear the motor states related to rotation-based commands, if any.
|
* Clear the motor states related to rotation-based commands, if any.
|
||||||
* Safe to call even when there is no pending timeout.
|
* Safe to call even when there is no pending promise function.
|
||||||
* @private
|
* @private
|
||||||
*/
|
*/
|
||||||
_clearRotationState () {
|
_clearRotationState () {
|
||||||
|
|
Loading…
Reference in a new issue