Merge branch 'Tryibion-multinode-drop-location'

This commit is contained in:
Wojtek Figat
2024-02-06 11:36:50 +01:00

View File

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