Skip to content

Commit cbdde91

Browse files
committed
Minor refactor changes
1 parent 8cac626 commit cbdde91

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Assets/Editor Toolbox/Editor/Utilities/PropertyUtility.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -665,8 +665,9 @@ internal static bool IsSerializeReferenceProperty(SerializedProperty property)
665665
}
666666

667667
return false;
668-
#endif
668+
#else
669669
return false;
670+
#endif
670671
}
671672

672673
internal static bool TryGetSerializeReferenceType(SerializedProperty property, out Type referenceType)

0 commit comments

Comments
 (0)