From 0fe1acdabccbe274eb21ea0dc43815c84386ae45 Mon Sep 17 00:00:00 2001 From: Menotdan <32620310+Menotdan@users.noreply.github.com> Date: Tue, 19 Sep 2023 23:00:55 -0400 Subject: [PATCH] Update grid size to fit the Node Box positioning. --- Source/Editor/Surface/VisjectSurface.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/Editor/Surface/VisjectSurface.cs b/Source/Editor/Surface/VisjectSurface.cs index fc0995100..50c112418 100644 --- a/Source/Editor/Surface/VisjectSurface.cs +++ b/Source/Editor/Surface/VisjectSurface.cs @@ -38,7 +38,7 @@ namespace FlaxEditor.Surface /// /// The size of the snapping grid. /// - public static readonly float GridSize = 15f; + public static readonly float GridSize = 20f; private float _targetScale = 1.0f; private float _moveViewWithMouseDragSpeed = 1.0f;