mirror of
https://github.com/unity-atoms/unity-atoms.git
synced 2025-01-21 23:58:49 -05:00
Fix comment
This commit is contained in:
parent
5dc2eb4726
commit
cadd85993d
@ -25,7 +25,7 @@ namespace UnityAtoms.Editor
|
|||||||
}
|
}
|
||||||
else
|
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.
|
// 2021.2 and above. Taking that into account here.
|
||||||
#if UNITY_2021_2_OR_NEWER
|
#if UNITY_2021_2_OR_NEWER
|
||||||
if (property.propertyType == SerializedPropertyType.Quaternion)
|
if (property.propertyType == SerializedPropertyType.Quaternion)
|
||||||
|
Loading…
Reference in New Issue
Block a user