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