small ui fix
All checks were successful
studiorailgun/Renderer/pipeline/head This commit looks good

This commit is contained in:
austin 2024-08-01 21:32:29 -04:00
parent abfafe13b9
commit b1b0ef0708

View File

@ -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();
}
}