mirror of
https://github.com/RandomityGuy/MBHaxe.git
synced 2025-10-30 08:11:25 +00:00
fix typo
This commit is contained in:
parent
5cfe49c166
commit
7fd6f00cf7
1 changed files with 1 additions and 1 deletions
|
|
@ -666,7 +666,7 @@ class Marble extends GameObject {
|
||||||
}
|
}
|
||||||
|
|
||||||
function loadMarbleAttributes() {
|
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;
|
return;
|
||||||
var attribs = this.level.mission.marbleAttributes;
|
var attribs = this.level.mission.marbleAttributes;
|
||||||
if (attribs.exists("maxrollvelocity"))
|
if (attribs.exists("maxrollvelocity"))
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue