diff --git a/Editor/src/Windows/EditorSelectionPanel.cpp b/Editor/src/Windows/EditorSelectionPanel.cpp index 5054a483..1e1961a6 100644 --- a/Editor/src/Windows/EditorSelectionPanel.cpp +++ b/Editor/src/Windows/EditorSelectionPanel.cpp @@ -129,7 +129,6 @@ void EditorSelectionPanel::DrawEntity(Nuake::Entity entity) mCylinderColliderPanel.Draw(entity); mMeshColliderPanel.Draw(entity); mCharacterControllerPanel.Draw(entity); - mAudioEmitterPanel.Draw(entity); mNavMeshVolumePanel.Draw(entity); using namespace Nuake;