mirror of
https://github.com/ioquake/ioq3.git
synced 2024-11-10 07:11:46 +00:00
Missing bit of previous commit.
This commit is contained in:
parent
fe8ac838e2
commit
4ce600f5ac
1 changed files with 1 additions and 1 deletions
|
@ -1083,7 +1083,7 @@ static void ParseFlare( dsurface_t *ds, drawVert_t *verts, msurface_t *surf, int
|
||||||
flare->normal[i] = LittleFloat( ds->lightmapVecs[2][i] );
|
flare->normal[i] = LittleFloat( ds->lightmapVecs[2][i] );
|
||||||
}
|
}
|
||||||
|
|
||||||
surf->cullinfo = CULLINFO_NONE;
|
surf->cullinfo.type = CULLINFO_NONE;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue