Minor imporvements

This commit is contained in:
Wojtek Figat
2026-03-30 10:14:25 +02:00
parent 039407b6ee
commit 408c6d96b1
3 changed files with 31 additions and 29 deletions

View File

@@ -61,7 +61,7 @@ void SceneObject::BreakPrefabLink()
String SceneObject::GetNamePath(Char separatorChar) const
{
Array<StringView> names;
Array<StringView, InlinedAllocation<8>> names;
const Actor* a = dynamic_cast<const Actor*>(this);
if (!a)
a = GetParent();