Skip to content

Commit

Permalink
Fix serialization errors in builds due to InspectorListViewController…
Browse files Browse the repository at this point in the history
… fallback not using the right base class
  • Loading branch information
mtschoen-unity committed Aug 28, 2020
1 parent b0262ff commit 65ae164
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@ void OnDestroy()
}
}
#else
sealed class InspectorListViewController : NestedListViewController<InspectorData, InspectorListItem, int>
sealed class InspectorListViewController : EditorXRNestedListViewController<InspectorData, InspectorListItem, int>
{
[SerializeField]
Material m_RowCubeMaterial;
Expand Down

0 comments on commit 65ae164

Please sign in to comment.