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