light: add LightWorld log header
This commit is contained in:
parent
99f6451741
commit
bd68abad32
|
|
@ -633,6 +633,8 @@ CalcualateVertexNormals(const bsp2_t *bsp)
|
|||
static void
|
||||
LightWorld(bspdata_t *bspdata, qboolean forcedscale)
|
||||
{
|
||||
logprint("--- LightWorld ---\n" );
|
||||
|
||||
bsp2_t *const bsp = &bspdata->data.bsp2;
|
||||
const unsigned char *lmshift_lump;
|
||||
int i, j;
|
||||
|
|
|
|||
Loading…
Reference in New Issue