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;