Fixed mod structural crash / Fixed input fragment disappearing

This commit is contained in:
Anuken
2019-10-09 17:36:57 -04:00
parent 3a3c5e2304
commit 16eb069717
6 changed files with 16 additions and 9 deletions

View File

@@ -538,6 +538,8 @@ public abstract class InputHandler implements InputProcessor, GestureListener{
uiGroup.setFillParent(true);
ui.hudGroup.addChild(uiGroup);
buildUI(uiGroup);
frag.add();
}
if(player != null){