Skip to content

Commit

Permalink
Whoops, last commit had a typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
Shpoike committed Nov 5, 2023
1 parent 4d8e82b commit 66c439c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Quake/gl_rlight.c
Original file line number Diff line number Diff line change
Expand Up @@ -523,7 +523,7 @@ static int BSPX_LightGridSingleValue(bspxlightgrid_t *grid, int x, int y, int z,
static void BSPX_LightGridValue(bspxlightgrid_t *grid, const vec3_t point, vec3_t res_diffuse)
{
int i, tile[3];
float s, w. frac[3];
float s, w, frac[3];

res_diffuse[0] = res_diffuse[1] = res_diffuse[2] = 0; //assume worst

Expand Down

0 comments on commit 66c439c

Please sign in to comment.