mirror of
https://github.com/RandomityGuy/MBHaxe.git
synced 2026-01-03 05:42:25 +00:00
compile fix
This commit is contained in:
parent
c7452a26c2
commit
869b1208c5
1 changed files with 1 additions and 1 deletions
|
|
@ -34,7 +34,7 @@ class Canvas extends GuiControl {
|
|||
public function pushDialog(content:GuiControl) {
|
||||
this.content.onDormant(scene2d);
|
||||
this.addChild(content);
|
||||
content.render(scene2d, this._flow);
|
||||
content.render(scene2d);
|
||||
}
|
||||
|
||||
public function popDialog(content:GuiControl, dispose:Bool = true) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue