diff --git a/src/main/java/electrosphere/menu/debug/ImGuiEntityMacros.java b/src/main/java/electrosphere/menu/debug/ImGuiEntityMacros.java index 0bb64adf..8c3ff877 100644 --- a/src/main/java/electrosphere/menu/debug/ImGuiEntityMacros.java +++ b/src/main/java/electrosphere/menu/debug/ImGuiEntityMacros.java @@ -203,6 +203,7 @@ public class ImGuiEntityMacros { } } } + ImGui.unindent(); } //print data macros @@ -222,6 +223,7 @@ public class ImGuiEntityMacros { } } } + ImGui.unindent(); } } @@ -232,6 +234,7 @@ public class ImGuiEntityMacros { if(showFirstPersonTab && ImGui.collapsingHeader("First Person Tree")){ ImGui.indent(); // FirstPersonTree firstPersonTree = FirstPersonTree.getTree(detailViewEntity); + ImGui.unindent(); } } @@ -331,6 +334,7 @@ public class ImGuiEntityMacros { } } + ImGui.unindent(); } } @@ -365,6 +369,7 @@ public class ImGuiEntityMacros { } } } + ImGui.unindent(); } }