Skip to content

Commit

Permalink
Disabled distortion effect pass
Browse files Browse the repository at this point in the history
  • Loading branch information
twist84 committed Oct 9, 2024
1 parent 72eb77d commit 75cb254
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion game/source/effects/effects.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ bool debug_damage_effects = false;

bool enable_opaque_effect_render_pass = true;
bool enable_transparents_effect_render_pass = true;
bool enable_distortion_effect_render_pass = true;
bool enable_distortion_effect_render_pass = false;
bool enable_first_person_effect_render_pass = true;

bool effects_render_pass_check(e_effect_pass pass)
Expand Down

0 comments on commit 75cb254

Please sign in to comment.