X-Git-Url: http://git.xonotic.org/?a=blobdiff_plain;f=qcsrc%2Fclient%2FView.qc;h=ea10300ed9773940658a2bef5f7b0913eea06c12;hb=cfa21f7432797359a645bd2008c53d71794b2a43;hp=291454a791fe1e7bd1abf577c865b5764d922d50;hpb=c7b7780a48b5ed5d6bd62099b4d43296c285dacb;p=xonotic%2Fxonotic-data.pk3dir.git diff --git a/qcsrc/client/View.qc b/qcsrc/client/View.qc index 291454a79..ea10300ed 100644 --- a/qcsrc/client/View.qc +++ b/qcsrc/client/View.qc @@ -889,7 +889,7 @@ void CSQC_UpdateView(float w, float h) drawpic(splash_pos, "gfx/blood", splash_size, stov(autocvar_hud_damage_color), bound(0, myhealth_flash_temp, 1) * autocvar_hud_damage, DRAWFLAG_NORMAL); } - if(autocvar_hud_postprocessing) + if(autocvar_hud_postprocessing) // we still need to set this anyway even when chase_active is set, this way it doesn't get stuck on. { if(autocvar_hud_damage_blur && myhealth_flash_temp) {