mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2024-12-24 06:52:40 -05:00
Fixing lint.
This commit is contained in:
parent
83bf1be066
commit
73fc5b8723
1 changed files with 1 additions and 1 deletions
|
@ -477,7 +477,7 @@ class BoostMotor {
|
|||
* @private
|
||||
*/
|
||||
_turnOn () {
|
||||
//if (this.power === 0) return;
|
||||
// if (this.power === 0) return;
|
||||
|
||||
const cmd = this._parent.generateOutputCommand(
|
||||
this._index,
|
||||
|
|
Loading…
Reference in a new issue