mirror of
https://github.com/antopilo/Nuake.git
synced 2026-09-15 20:08:54 +03:00
Some UI changes
This commit is contained in:
@@ -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++)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user