Skip to content

Commit

Permalink
Fix software renderer compilation issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
skullernet committed Nov 2, 2013
1 parent 6314ee2 commit 384d2be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/refresh/sw/draw.c
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ static drawStatic_t draw;
float R_ClampScale(cvar_t *var)
{
if (var) {
Cvar_SetValue(var, 1.0f);
Cvar_SetValue(var, 1.0f, FROM_CODE);
}
return 1.0f;
}
Expand Down

0 comments on commit 384d2be

Please sign in to comment.