1
0
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:
Thaddeus Crews
2025-09-30 18:35:15 -05:00
2 changed files with 3 additions and 3 deletions

View File

@@ -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;