diff --git a/Editor/src/Windows/EditorInterface.cpp b/Editor/src/Windows/EditorInterface.cpp index 67f42993..1175d027 100644 --- a/Editor/src/Windows/EditorInterface.cpp +++ b/Editor/src/Windows/EditorInterface.cpp @@ -1649,6 +1649,11 @@ namespace Nuake { entityTypeName = "Character Controller"; } + if (entity.HasComponent()) + { + entityTypeName = "Bone"; + } + if (entity.HasComponent()) { entityTypeName = "Prefab";