mirror of
https://github.com/Kelsidavis/WoWee.git
synced 2026-05-06 00:53:52 +00:00
feat(editor): show open format indicator in placed objects count
This commit is contained in:
parent
b29aee062a
commit
05d7dcd927
1 changed files with 1 additions and 1 deletions
|
|
@ -1328,7 +1328,7 @@ void EditorUI::renderObjectPanel(EditorApp& app) {
|
||||||
ImGui::EndChild();
|
ImGui::EndChild();
|
||||||
|
|
||||||
ImGui::Separator();
|
ImGui::Separator();
|
||||||
ImGui::Text("Placed: %zu objects", placer.objectCount());
|
ImGui::Text("Placed: %zu objects (open format: WOM)", placer.objectCount());
|
||||||
if (placer.objectCount() > 0 && ImGui::CollapsingHeader("Object List")) {
|
if (placer.objectCount() > 0 && ImGui::CollapsingHeader("Object List")) {
|
||||||
ImGui::BeginChild("ObjPlacedList", ImVec2(0, 100), true);
|
ImGui::BeginChild("ObjPlacedList", ImVec2(0, 100), true);
|
||||||
for (int i = 0; i < static_cast<int>(placer.objectCount()); i++) {
|
for (int i = 0; i < static_cast<int>(placer.objectCount()); i++) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue