compile fix

This commit is contained in:
RandomityGuy 2024-07-16 00:24:22 +05:30
parent c7452a26c2
commit 869b1208c5

View file

@ -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) {