Removed adding inherited types

This commit is contained in:
Chandler Cox
2022-11-11 17:11:25 -06:00
parent de6cd88870
commit 6c26cbe9ba

View File

@@ -199,7 +199,7 @@ namespace FlaxEditor.Windows
continue;
ActorToolboxAttribute attribute = null;
foreach (var e in actorType.GetAttributes(true))
foreach (var e in actorType.GetAttributes(false))
{
if (e is ActorToolboxAttribute actorToolboxAttribute)
{