From 506436b28af0b79c8ba8f50ec37e8a93204486be Mon Sep 17 00:00:00 2001 From: Twarit Date: Tue, 28 May 2019 23:56:04 +0530 Subject: [PATCH] Remove duplicate audio bus plugin registry --- editor/editor_node.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/editor/editor_node.cpp b/editor/editor_node.cpp index 7bf6922205..f49c3829a3 100644 --- a/editor/editor_node.cpp +++ b/editor/editor_node.cpp @@ -6235,7 +6235,6 @@ EditorNode::EditorNode() { add_editor_plugin(memnew(TextureEditorPlugin(this))); add_editor_plugin(memnew(AudioStreamEditorPlugin(this))); add_editor_plugin(memnew(AudioBusesEditorPlugin(audio_bus_editor))); - add_editor_plugin(memnew(AudioBusesEditorPlugin(audio_bus_editor))); add_editor_plugin(memnew(SkeletonEditorPlugin(this))); add_editor_plugin(memnew(SkeletonIKEditorPlugin(this))); add_editor_plugin(memnew(PhysicalBonePlugin(this)));