You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-12-06 17:25:19 +00:00
Merge pull request #110156 from aaronfranke/editor-res-filesystem
Fix inconsistent internal name of `get_resource_filesystem`
This commit is contained in:
@@ -101,7 +101,7 @@ public:
|
||||
// Editor tools.
|
||||
|
||||
EditorCommandPalette *get_command_palette() const;
|
||||
EditorFileSystem *get_resource_file_system() const;
|
||||
EditorFileSystem *get_resource_filesystem() const;
|
||||
EditorPaths *get_editor_paths() const;
|
||||
EditorResourcePreview *get_resource_previewer() const;
|
||||
EditorSelection *get_selection() const;
|
||||
|
||||
Reference in New Issue
Block a user