Skip to content

Commit

Permalink
Merge pull request #66 from CorvoOrc/patch-1
Browse files Browse the repository at this point in the history
Update ComponentUIAspect.cs
  • Loading branch information
grofit authored May 14, 2019
2 parents b2198ee + ecf0662 commit 674ef7d
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ public static void ShowComponentProperties<T>(T component)
if (handler == null)
{
Debug.LogWarning("This type is not supported: " + propertyType.Name + " - In component: " + component.GetType().Name);
EditorGUILayout.EndHorizontal();
continue;
}

Expand All @@ -71,4 +72,4 @@ public static void ShowComponentProperties<T>(T component)


}
}
}

0 comments on commit 674ef7d

Please sign in to comment.