mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2024-12-23 14:32:59 -05:00
Removing some tabs.
This commit is contained in:
parent
14162b9920
commit
bb6514f1d6
1 changed files with 1 additions and 1 deletions
|
@ -553,7 +553,7 @@ class BoostMotor {
|
|||
*/
|
||||
turnOff (useLimiter = true) {
|
||||
// if (this.power === 0) return;
|
||||
|
||||
|
||||
const cmd = this._parent.generateOutputCommand(
|
||||
this._index,
|
||||
BoostOutputExecution.EXECUTE_IMMEDIATELY ^ BoostOutputExecution.COMMAND_FEEDBACK,
|
||||
|
|
Loading…
Reference in a new issue