Skip to content

Commit

Permalink
Bug fix: missing top material ui control
Browse files Browse the repository at this point in the history
  • Loading branch information
ElmarJ committed Aug 18, 2020
1 parent e6d678a commit c3bcfa6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Editor/Editors/BlocksFromGeoJsonEditor.cs
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ public override void OnInspectorGUI()
EditorGUILayout.PropertyField(sideMaterials, true);
EditorGUILayout.PropertyField(sideUvUnwrapSettings);
EditorGUILayout.PropertyField(bottomMaterial);
EditorGUILayout.PropertyField(topMaterial);
EditorGUILayout.BeginHorizontal();
if (GUILayout.Button("Clear"))
{
Expand Down

0 comments on commit c3bcfa6

Please sign in to comment.