No longer using custom panel for skinned model component

This commit is contained in:
antopilo
2024-12-01 02:10:49 -05:00
parent 699375f1a7
commit 18eec6c570
2 changed files with 3 additions and 0 deletions

View File

@@ -36,6 +36,7 @@ EditorSelectionPanel::EditorSelectionPanel(EditorSelection& inSelection)
RegisterComponentDrawer<LightComponent, &LightPanel::Draw>();
RegisterComponentDrawer<ModelComponent, &MeshPanel::Draw>(&meshPanel);
//RegisterComponentDrawer<SkinnedModelComponent, &SkinnedMeshPanel::Draw>(&skinnedMeshPanel);
RegisterComponentDrawer<CameraComponent, &CameraPanel::Draw>();
RegisterComponentDrawer<MeshColliderComponent, &MeshColliderPanel::Draw>();
RegisterComponentDrawer<CapsuleColliderComponent, &CapsuleColliderPanel::Draw>();