style fixes

This commit is contained in:
2016-11-26 16:37:59 +07:00
parent 521c0d2ff2
commit 71b609a6c8
16 changed files with 51 additions and 50 deletions

View File

@@ -13,7 +13,7 @@ namespace IsoTools.Internal {
Vector3 _center = Vector3.zero;
Vector3 _viewCenter = Vector3.zero;
static public readonly float SnappingDistance = 0.2f;
public static readonly float SnappingDistance = 0.2f;
static bool IsSnappingEnabled() {
return !Event.current.control;