diff --git a/editor/src/editor_component.cpp b/editor/src/editor_component.cpp index 61a374b..0cde322 100644 --- a/editor/src/editor_component.cpp +++ b/editor/src/editor_component.cpp @@ -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;