]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - cl_light.c
vertex arrays renamed to varray_ and exposed to rest of engine
[xonotic/darkplaces.git] / cl_light.c
index 5d0bcec682acbdee66064ffcc1d9f3521ca7cc5b..9c5d291d4e26d43f87ef6e61283752d6cdd06bf7 100644 (file)
@@ -33,6 +33,7 @@ void CL_AllocDlight (entity_render_t *ent, vec3_t org, float radius, float red,
        return;
 
 dlightsetup:
+       //Con_Printf("dlight %i : %f %f %f : %f %f %f\n", i, org[0], org[1], org[2], red * radius, green * radius, blue * radius);
        memset (dl, 0, sizeof(*dl));
        //dl->ent = ent;
        VectorCopy(org, dl->origin);