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