small fises in deleting Transformables WIP

This commit is contained in:
2026-01-20 23:11:49 +01:00
parent 37958449a2
commit 11e8d343af
5 changed files with 25 additions and 3 deletions

View File

@@ -30,6 +30,11 @@ void TSE::EDITOR::PropertiesView::MenuBar()
ImGui::EndMenuBar();
}
TSE::EDITOR::InspectableType TSE::EDITOR::PropertiesView::GetCurrentInspectableType()
{
return currentlyInspecting.type;
}
void TSE::EDITOR::PropertiesView::SetInspectorElement(InspectableType type, void *element)
{
if(!locked)