summaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
Diffstat (limited to 'core')
-rw-r--r--core/src/ch/asynk/rustanddust/ui/LabelImage.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/src/ch/asynk/rustanddust/ui/LabelImage.java b/core/src/ch/asynk/rustanddust/ui/LabelImage.java
index 0fb6ecb..d730d91 100644
--- a/core/src/ch/asynk/rustanddust/ui/LabelImage.java
+++ b/core/src/ch/asynk/rustanddust/ui/LabelImage.java
@@ -23,6 +23,7 @@ public class LabelImage extends Bg
{
super(region);
this.label = new Label(font, padding, position);
+ this.label.setParent(this);
}
@Override