diff --git a/samples/custom-theme/src/com/feathersui/controls/PoweredByFeathersUI.hx b/samples/custom-theme/src/com/feathersui/controls/PoweredByFeathersUI.hx index ad643026..169f1e78 100644 --- a/samples/custom-theme/src/com/feathersui/controls/PoweredByFeathersUI.hx +++ b/samples/custom-theme/src/com/feathersui/controls/PoweredByFeathersUI.hx @@ -35,21 +35,22 @@ class PoweredByFeathersUI extends LayoutGroup { label.text = "Powered by "; this.addChild(label); - var icon = new AssetLoader(); + this.icon = new AssetLoader(); //