From 1685921a5a5ac801dc3eafad011169539f40e3df Mon Sep 17 00:00:00 2001 From: Antoine Pilote Date: Thu, 15 Aug 2024 23:37:14 -0400 Subject: [PATCH] Removed audio emitter component settings displaying twice --- Editor/src/Windows/EditorSelectionPanel.cpp | 1 - 1 file changed, 1 deletion(-) 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;