You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-17 14:11:06 +00:00
removed duplicated functions in class hierarchy that were bound more than once
added a check to detect this case in the future
This commit is contained in:
@@ -233,7 +233,7 @@ public:
|
||||
void get_changed_sources(List<String> *r_changed);
|
||||
void update_file(const String& p_file);
|
||||
String find_resource_from_source(const String& p_path) const;
|
||||
EditorFileSystemDirectory *get_path(const String& p_path);
|
||||
EditorFileSystemDirectory *get_filesystem_path(const String& p_path);
|
||||
String get_file_type(const String& p_file) const;
|
||||
EditorFileSystemDirectory* find_file(const String& p_file,int* r_index) const;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user