Skip to content

Commit

Permalink
- added dpJudas's drawer fix for the upscaled fuzz drawing
Browse files Browse the repository at this point in the history
  • Loading branch information
Rachael Alexanderson committed Nov 21, 2017
1 parent 47e9975 commit 495fc79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/swrenderer/drawers/r_draw.cpp
Expand Up @@ -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;

Expand Down

0 comments on commit 495fc79

Please sign in to comment.