diff --git a/scene/resources/environment.cpp b/scene/resources/environment.cpp index b93c3a5ae59..7130dea2d18 100644 --- a/scene/resources/environment.cpp +++ b/scene/resources/environment.cpp @@ -1120,7 +1120,7 @@ void Environment::_validate_property(PropertyInfo &p_property) const { p_property.usage = PROPERTY_USAGE_NO_EDITOR; } - if (p_property.name == "glow_intensity" && glow_blend_mode == GLOW_BLEND_MODE_MIX) { + if (p_property.name == "glow_intensity" && glow_blend_mode == GLOW_BLEND_MODE_MIX && OS::get_singleton()->get_current_rendering_method() != "gl_compatibility") { p_property.usage = PROPERTY_USAGE_NO_EDITOR; }