test autopush
This commit is contained in:
@@ -304,9 +304,7 @@ namespace OpenEngine {
|
|||||||
bool opened = ImGui::TreeNodeEx(
|
bool opened = ImGui::TreeNodeEx(
|
||||||
(void*)(intptr_t)entity,
|
(void*)(intptr_t)entity,
|
||||||
ImGuiTreeNodeFlags_None,
|
ImGuiTreeNodeFlags_None,
|
||||||
"Meshes",
|
"Meshes");
|
||||||
nullptr
|
|
||||||
);
|
|
||||||
|
|
||||||
if (opened) {
|
if (opened) {
|
||||||
unsigned int i = 0;
|
unsigned int i = 0;
|
||||||
|
|||||||
Reference in New Issue
Block a user