Skip to content

Commit

Permalink
Update footer scene models and materials count
Browse files Browse the repository at this point in the history
  • Loading branch information
dvsku committed Feb 3, 2024
1 parent 1ff30e3 commit 9cd49c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/devue_app/src/gui/components/dv_comp_dockspace.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,8 @@ bool dv_comp_dockspace::render() {
ImGui::SetCursorPosX(ImGui::GetCursorPosX() + 8);
ImGui::Text("M: %d SM: %d MAT: %d TEX: %d",
m_systems->model.models.size(),
m_systems->scene.count(),
m_systems->material.count(),
m_systems->scene.current_scene ? m_systems->scene.current_scene->models.size() : 0U,
m_systems->material.materials.size(),
m_systems->texture.textures.size());

ImGui::EndChild();
Expand Down

0 comments on commit 9cd49c3

Please sign in to comment.