You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-22 15:06:45 +00:00
Rename internal EditorPlugin icon/name to match exposed methods
This commit is contained in:
@@ -39,7 +39,7 @@ class NoiseEditorPlugin : public EditorPlugin {
|
||||
GDCLASS(NoiseEditorPlugin, EditorPlugin)
|
||||
|
||||
public:
|
||||
String get_name() const override;
|
||||
String get_plugin_name() const override;
|
||||
|
||||
NoiseEditorPlugin();
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user