mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2024-12-23 06:23:37 -05:00
Forgotten parens
This commit is contained in:
parent
92297444a0
commit
9e612acb27
1 changed files with 1 additions and 1 deletions
|
@ -617,7 +617,7 @@ class Scratch3GdxForBlocks {
|
|||
}
|
||||
}
|
||||
whenJumped () {
|
||||
return this.isFreeFalling;
|
||||
return this.isFreeFalling();
|
||||
}
|
||||
whenSpinSpeedCompare (args) {
|
||||
const currentVal = this.magnitude(
|
||||
|
|
Loading…
Reference in a new issue