Fixed wrong Project Settings direction on an error message.
This commit is contained in:
parent
0b1e6ec219
commit
e3c1305027
@ -2350,7 +2350,7 @@ SceneTree::SceneTree() {
|
|||||||
ProjectSettings::get_singleton()->set("rendering/environment/default_environment", "");
|
ProjectSettings::get_singleton()->set("rendering/environment/default_environment", "");
|
||||||
} else {
|
} else {
|
||||||
//file was erased, notify user.
|
//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."));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user