You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-04 12:00:25 +00:00
Unify usage of GLOBAL/EDITOR_GET
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user