This commit is contained in:
parent
abfafe13b9
commit
b1b0ef0708
@ -203,6 +203,7 @@ public class ImGuiEntityMacros {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
ImGui.unindent();
|
||||||
}
|
}
|
||||||
|
|
||||||
//print data macros
|
//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")){
|
if(showFirstPersonTab && ImGui.collapsingHeader("First Person Tree")){
|
||||||
ImGui.indent();
|
ImGui.indent();
|
||||||
// FirstPersonTree firstPersonTree = FirstPersonTree.getTree(detailViewEntity);
|
// 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();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user