Some UI changes

This commit is contained in:
Antoine Pilote
2023-03-05 21:44:23 -05:00
parent 50a4b42284
commit 7982fe151f
3 changed files with 8 additions and 16 deletions

View File

@@ -9,7 +9,7 @@ ModelResourceInspector::ModelResourceInspector(Ref<Nuake::Model> model)
void ModelResourceInspector::Draw()
{
ImGui::BeginChild("modelInspector", ImVec2(0, 0), true);
ImGui::BeginChild("modelInspector", ImVec2(0, 100 * std::size(_model->GetMeshes())), true);
{
for (uint32_t i = 0; i < std::size(_model->GetMeshes()); i++)
{