You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2026-01-06 19:41:11 +00:00
fix arg naming in ResourceFormatLoader extension
This commit is contained in:
@@ -70,7 +70,7 @@ void ResourceFormatSaver::get_recognized_extensions(const Ref<Resource> &p_resou
|
||||
}
|
||||
|
||||
void ResourceFormatSaver::_bind_methods() {
|
||||
GDVIRTUAL_BIND(_save, "path", "resource", "flags");
|
||||
GDVIRTUAL_BIND(_save, "resource", "path", "flags");
|
||||
GDVIRTUAL_BIND(_recognize, "resource");
|
||||
GDVIRTUAL_BIND(_get_recognized_extensions, "resource");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user