Added text RawAnimInspector for when no animations are selected
This commit is contained in:
parent
57a8e385e4
commit
8670fe5fa9
|
@ -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();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue