mirror of
https://github.com/Shpoike/Quakespasm.git
synced 2024-11-13 00:34:11 +00:00
Whoops, last commit had a typo.
This commit is contained in:
parent
4d8e82bfd7
commit
66c439c10d
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
static void BSPX_LightGridValue(bspxlightgrid_t *grid, const vec3_t point, vec3_t res_diffuse)
|
||||||
{
|
{
|
||||||
int i, tile[3];
|
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
|
res_diffuse[0] = res_diffuse[1] = res_diffuse[2] = 0; //assume worst
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue