Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielEverland committed Oct 23, 2019
2 parents 0e2edae + fcf1021 commit 83fa127
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Assets/SO Architecture/Editor/SOArchitecture_EditorUtility.cs
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,9 @@ public static bool SupportsMultiLine(Type type)
}
public static bool HasPropertyDrawer(Type type)
{
if (HasBuiltinPropertyDrawer(type))
return true;

if (_propertyDrawerGraph == null)
CreatePropertyDrawerGraph();

Expand Down

0 comments on commit 83fa127

Please sign in to comment.