physics: cylinder shape, local offset;

added per-instance alpha test;
grass disable cast shadow fix;
editor: hierarchy remove will use proper detaching;
This commit is contained in:
Turánszki János
2024-06-17 08:27:01 +02:00
parent 5973b353e4
commit b375b09561
21 changed files with 165 additions and 23 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ void HierarchyWindow::Create(EditorComponent* _editor)
archive << EditorComponent::HISTORYOP_COMPONENT_DATA;
editor->RecordEntity(archive, entity);
editor->GetCurrentScene().hierarchy.Remove(entity);
editor->GetCurrentScene().Component_Detach(entity);
editor->RecordEntity(archive, entity);