mirror of
https://github.com/godotengine/godot.git
synced 2025-10-19 16:03:29 +00:00
Unify usage of GLOBAL/EDITOR_GET
This commit is contained in:
parent
28a4eec9a7
commit
e48c5daddf
113 changed files with 528 additions and 528 deletions
|
@ -140,7 +140,7 @@ void ImportDefaultsEditor::_update_importer() {
|
|||
importer->get_import_options("", &options);
|
||||
Dictionary d;
|
||||
if (ProjectSettings::get_singleton()->has_setting("importer_defaults/" + importer->get_importer_name())) {
|
||||
d = ProjectSettings::get_singleton()->get("importer_defaults/" + importer->get_importer_name());
|
||||
d = GLOBAL_GET("importer_defaults/" + importer->get_importer_name());
|
||||
}
|
||||
|
||||
for (const ResourceImporter::ImportOption &E : options) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue