diff --git a/Content/Editor/DebugMaterials/DDGIDebugProbes.flax b/Content/Editor/DebugMaterials/DDGIDebugProbes.flax index 227eca74e..fc77bfcd2 100644 --- a/Content/Editor/DebugMaterials/DDGIDebugProbes.flax +++ b/Content/Editor/DebugMaterials/DDGIDebugProbes.flax @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:cdf81625f6c7f4f9350665f9d7d190a256b5d261490d36edb10757a6ff5a31be -size 41199 +oid sha256:758adbbcbb1752488beacf3cf215ea86fcb9a4f636a65deec845897769c6f313 +size 41219 diff --git a/Source/Editor/Surface/VisjectSurface.Input.cs b/Source/Editor/Surface/VisjectSurface.Input.cs index c2f474865..249cec0df 100644 --- a/Source/Editor/Surface/VisjectSurface.Input.cs +++ b/Source/Editor/Surface/VisjectSurface.Input.cs @@ -659,7 +659,7 @@ namespace FlaxEditor.Surface if (_movingNodes != null && _movingNodes.Count > 0) { // Allow dropping a single node onto an existing connection and connect it - if (_movingNodes.Count == 1) + if (_movingNodes.Count == 1 && controlUnderMouse is not Archetypes.Tools.RerouteNode) { var mousePos = _rootControl.PointFromParent(ref _mousePos); InputBox intersectedConnectionInputBox;