Merge pull request #57651 from theoniko/theoniko-effects_rc.cpp

Fix copy paste bug in renderer_rd/effects_rd.cpp
This commit is contained in:
Rémi Verschelde 2022-02-05 10:15:38 +01:00 committed by GitHub
commit eb371dee01
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -1453,7 +1453,6 @@ void EffectsRD::downsample_depth(RID p_depth_buffer, const Vector<RID> &p_depth_
RD::get_singleton()->compute_list_end(RD::BARRIER_MASK_COMPUTE);
ss_effects.used_full_mips_last_frame = use_mips;
ss_effects.used_full_mips_last_frame = use_full_mips;
ss_effects.used_half_size_last_frame = use_half_size;
}