show player names
Some checks failed
Linux arm64 / Build (push) Failing after 5m3s

This commit is contained in:
2025-01-26 18:22:20 +01:00
parent 47dc35ebfa
commit 6658b0e884
4 changed files with 31 additions and 6 deletions

View File

@@ -45,6 +45,7 @@ public class StateMachine {
| ImGuiWindowFlags.NoSavedSettings | ImGuiWindowFlags.NoBackground);
menus.get(menus.size() - 1).render();
ImGui.end();
// ImGui.showDemoWindow();
checkEscape();
}