Merge pull request #14885 from YeldhamDev/scene_tree_path

Fixed wrong Project Settings direction on an error message
This commit is contained in:
Noshyaar 2017-12-21 09:44:29 +07:00 committed by GitHub
commit 8297ea903a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2350,7 +2350,7 @@ SceneTree::SceneTree() {
ProjectSettings::get_singleton()->set("rendering/environment/default_environment", "");
} else {
//file was erased, notify user.
ERR_PRINTS(RTR("Default Environment as specified in Project Setings (Rendering -> Viewport -> Default Environment) could not be loaded."));
ERR_PRINTS(RTR("Default Environment as specified in Project Setings (Rendering -> Environment -> Default Environment) could not be loaded."));
}
}
}