Change drop location of multiple nodes to be vertical.

This commit is contained in:
Chandler Cox
2024-01-22 17:37:02 -06:00
parent 1094abce5a
commit 0d3b81b8ca

View File

@@ -105,7 +105,7 @@ namespace FlaxEditor.Surface
if (node != null)
{
args.SurfaceLocation.X += node.Width + 10;
args.SurfaceLocation.Y += node.Height + 10;
}
}