Closed Toodles2You closed 2 months ago
Fixes bullet decals not being applied and Gauss Gun shots not being visibly reflected. Also, in EV_HLDM_GunshotDecalTrace, the call to CVAR_GET_FLOAT is replaced with a pointer to r_decals, since the function gets called frequently.
EV_HLDM_GunshotDecalTrace
CVAR_GET_FLOAT
r_decals
Rebased and merged, thank you.
Fixes bullet decals not being applied and Gauss Gun shots not being visibly reflected. Also, in
EV_HLDM_GunshotDecalTrace
, the call toCVAR_GET_FLOAT
is replaced with a pointer tor_decals
, since the function gets called frequently.