disable decorator node shadows

This commit is contained in:
Saas
2026-03-14 16:29:43 +01:00
parent 0cec65f35f
commit 2fbeac6077

View File

@@ -701,6 +701,8 @@ namespace FlaxEditor.Surface.Archetypes
private DragDecorator _dragDecorator;
private float _dragLocation = -1;
internal override bool DrawBasicShadow => false;
internal Decorator(uint id, VisjectSurfaceContext context, NodeArchetype nodeArch, GroupArchetype groupArch)
: base(id, context, nodeArch, groupArch)
{