Fixed crash caused by lack of multithreading

This commit is contained in:
Anuken
2018-06-02 22:08:37 -04:00
parent 9555b10b97
commit a116a2a553
4 changed files with 18 additions and 9 deletions

View File

@@ -14,8 +14,6 @@ public class ItemImage extends Stack {
public ItemImage(TextureRegion region, Supplier<String> text, Color color) {
Table t = new Table().left().bottom();
t.label(text).get().setFontScale(0.5f);
image = new Image(region);
image.setColor(color);