Pārlūkot izejas kodu

Merge pull request #29253 from IronicallySerious/remove-duplicate-plugin

Remove duplicate audio bus plugin registry
Rémi Verschelde 6 gadi atpakaļ
vecāks
revīzija
3f11505f4f
1 mainītis faili ar 0 papildinājumiem un 1 dzēšanām
  1. 0 1
      editor/editor_node.cpp

+ 0 - 1
editor/editor_node.cpp

@@ -6242,7 +6242,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)));