Fix comment

This commit is contained in:
Adam Ramberg 2023-12-19 00:31:06 +01:00
parent 5dc2eb4726
commit cadd85993d

View File

@ -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)