We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4b448fd + 6f02377 commit ed02f9eCopy full SHA for ed02f9e
servers/rendering/storage/environment_storage.cpp
@@ -615,7 +615,7 @@ RS::EnvironmentGlowBlendMode RendererEnvironmentStorage::environment_get_glow_bl
615
616
float RendererEnvironmentStorage::environment_get_glow_hdr_bleed_threshold(RID p_env) const {
617
Environment *env = environment_owner.get_or_null(p_env);
618
- ERR_FAIL_NULL_V(env, 0.0);
+ ERR_FAIL_NULL_V(env, 1.0);
619
return env->glow_hdr_bleed_threshold;
620
}
621
0 commit comments