diff --git a/Packages/Core/Editor/Editors/Variables/AtomVariableEditor.cs b/Packages/Core/Editor/Editors/Variables/AtomVariableEditor.cs index d5c6c431..4faf33ca 100644 --- a/Packages/Core/Editor/Editors/Variables/AtomVariableEditor.cs +++ b/Packages/Core/Editor/Editors/Variables/AtomVariableEditor.cs @@ -25,7 +25,7 @@ namespace UnityAtoms.Editor } else { - // Quaternion property height is not handled correctly by Unity in versions + // Quaternion property height is not handled correctly by Unity in version // 2021.2 and above. Taking that into account here. #if UNITY_2021_2_OR_NEWER if (property.propertyType == SerializedPropertyType.Quaternion)