Merge branch 'master' into layeraddition

This commit is contained in:
Wiktor Kocielski
2023-09-10 13:39:31 +03:00
committed by GitHub
20 changed files with 579 additions and 95 deletions

View File

@@ -496,6 +496,11 @@ void Actor::AddTagRecursive(const Tag& tag)
Tags.AddUnique(tag);
}
void Actor::RemoveTag(const Tag& tag)
{
Tags.Remove(tag);
}
PRAGMA_DISABLE_DEPRECATION_WARNINGS
const String& Actor::GetTag() const