From f89727c3a999ef8fc648e9c278ada101d9ab13b6 Mon Sep 17 00:00:00 2001 From: Jonathan Hager Date: Thu, 30 Apr 2020 21:23:19 +0200 Subject: [PATCH] geil --- core/src/com/dungeoncrawler/control/Controller.java | 1 + 1 file changed, 1 insertion(+) diff --git a/core/src/com/dungeoncrawler/control/Controller.java b/core/src/com/dungeoncrawler/control/Controller.java index 089c14b..921b460 100644 --- a/core/src/com/dungeoncrawler/control/Controller.java +++ b/core/src/com/dungeoncrawler/control/Controller.java @@ -479,6 +479,7 @@ public class Controller extends ApplicationAdapter implements InputProcessor{ v.cleanUp(); v = null; m = new GameScreen(d, volume); + hc = new HudContainer(); m.startLoadingScreen(); return true;