Fix copy paste bug in renderer_rd/effects_rd.cpp

This commit is contained in:
theoniko 2022-02-05 06:41:30 +01:00
parent 8b5d6d4cb2
commit 0c0ff5da50
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;
}