fix arg naming in ResourceFormatLoader extension

This commit is contained in:
derammo
2022-08-24 06:11:34 -04:00
parent 0626ce50cf
commit 672fa94fb8
2 changed files with 3 additions and 3 deletions

View File

@@ -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");
}