Rename internal EditorPlugin icon/name to match exposed methods
This commit is contained in:
@ -102,7 +102,7 @@ class AudioStreamInteractiveEditorPlugin : public EditorPlugin {
|
||||
GDCLASS(AudioStreamInteractiveEditorPlugin, EditorPlugin);
|
||||
|
||||
public:
|
||||
virtual String get_name() const override { return "AudioStreamInteractive"; }
|
||||
virtual String get_plugin_name() const override { return "AudioStreamInteractive"; }
|
||||
|
||||
AudioStreamInteractiveEditorPlugin();
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user