Update grid size to fit the Node Box positioning.

This commit is contained in:
Menotdan
2023-09-19 23:00:55 -04:00
parent a7d56c29b5
commit 0fe1acdabc

View File

@@ -38,7 +38,7 @@ namespace FlaxEditor.Surface
/// <summary> /// <summary>
/// The size of the snapping grid. /// The size of the snapping grid.
/// </summary> /// </summary>
public static readonly float GridSize = 15f; public static readonly float GridSize = 20f;
private float _targetScale = 1.0f; private float _targetScale = 1.0f;
private float _moveViewWithMouseDragSpeed = 1.0f; private float _moveViewWithMouseDragSpeed = 1.0f;