small fises in deleting Transformables WIP
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user