mirror of
https://github.com/RandomityGuy/MBHaxe.git
synced 2026-01-12 10:12:09 +00:00
fix pad animation not working
This commit is contained in:
parent
7cf29dee51
commit
9984de59cd
2 changed files with 2 additions and 0 deletions
|
|
@ -35,6 +35,7 @@ class EndPad extends DtsObject {
|
|||
this.useInstancing = false;
|
||||
this.isCollideable = true;
|
||||
this.identifier = "EndPad";
|
||||
this.useInstancing = false;
|
||||
}
|
||||
|
||||
public override function init(level:MarbleWorld, onFinish:Void->Void) {
|
||||
|
|
|
|||
|
|
@ -9,5 +9,6 @@ class StartPad extends DtsObject {
|
|||
useInstancing = false;
|
||||
isCollideable = true;
|
||||
identifier = "StartPad";
|
||||
useInstancing = false;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue