mirror of
https://github.com/godotengine/godot.git
synced 2024-11-25 13:43:15 +00:00
Merge pull request #50891 from Vitika9/50852
Removed redundant assignment of `blur_pipeline`
This commit is contained in:
commit
e6a544c169
@ -1351,8 +1351,9 @@ void EffectsRD::generate_ssao(RID p_depth_buffer, RID p_normal_buffer, RID p_dep
|
||||
if (p_settings.quality > RS::ENV_SSAO_QUALITY_VERY_LOW) {
|
||||
if (pass < blur_passes - 2) {
|
||||
blur_pipeline = SSAO_BLUR_PASS_WIDE;
|
||||
} else {
|
||||
blur_pipeline = SSAO_BLUR_PASS_SMART;
|
||||
}
|
||||
blur_pipeline = SSAO_BLUR_PASS_SMART;
|
||||
}
|
||||
|
||||
for (int i = 0; i < 4; i++) {
|
||||
|
Loading…
Reference in New Issue
Block a user