Merge branch 'multinode-drop-location' of https://github.com/Tryibion/FlaxEngine into Tryibion-multinode-drop-location

This commit is contained in:
Wojtek Figat
2024-02-06 11:36:46 +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;
}
}