mirror of
https://github.com/scratchfoundation/scratch-vm.git
synced 2024-12-23 14:32:59 -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 () {
|
whenJumped () {
|
||||||
return this.isFreeFalling;
|
return this.isFreeFalling();
|
||||||
}
|
}
|
||||||
whenSpinSpeedCompare (args) {
|
whenSpinSpeedCompare (args) {
|
||||||
const currentVal = this.magnitude(
|
const currentVal = this.magnitude(
|
||||||
|
|
Loading…
Reference in a new issue