From cadd85993d03438b53d674ed05982bfd6c5858d9 Mon Sep 17 00:00:00 2001 From: Adam Ramberg Date: Tue, 19 Dec 2023 00:31:06 +0100 Subject: [PATCH] Fix comment --- Packages/Core/Editor/Editors/Variables/AtomVariableEditor.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)