mirror of
https://github.com/RandomityGuy/MBHaxe.git
synced 2025-12-31 12:22:18 +00:00
fix typo
This commit is contained in:
parent
8169405771
commit
1175aef28e
1 changed files with 1 additions and 1 deletions
|
|
@ -665,7 +665,7 @@ class Marble extends GameObject {
|
|||
}
|
||||
|
||||
function loadMarbleAttributes() {
|
||||
if (this.level == null || this.level.mission == null || this.level.marbleAttributes == null)
|
||||
if (this.level == null || this.level.mission == null || this.level.mission.marbleAttributes == null)
|
||||
return;
|
||||
var attribs = this.level.mission.marbleAttributes;
|
||||
if (attribs.exists("maxrollvelocity"))
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue