- added dpJudas's drawer fix for the upscaled fuzz drawing

This commit is contained in:
Rachael Alexanderson 2017-11-21 05:26:46 -05:00
parent 47e9975e90
commit 495fc79fe9
1 changed files with 1 additions and 1 deletions

View File

@ -195,7 +195,7 @@ namespace swrenderer
{
if (r_fuzzscale)
{
int next_random = 0;
static int next_random = 0;
fuzzpos = (fuzzpos + fuzz_random_x_offset[next_random] * FUZZTABLE / 100) % FUZZTABLE;