Added text RawAnimInspector for when no animations are selected

This commit is contained in:
Kah Wei 2023-03-08 22:03:08 +08:00
parent 57a8e385e4
commit 8670fe5fa9
1 changed files with 4 additions and 0 deletions

View File

@ -198,6 +198,10 @@ namespace SHADE
ImGui::Unindent(); ImGui::Unindent();
} }
} }
else
{
SHEditorUI::CenteredText("Double click on a model file to inspect its animations here.");
}
} }
ImGui::End(); ImGui::End();
} }