X-Git-Url: https://de.git.xonotic.org/?p=xonotic%2Fdarkplaces.git;a=blobdiff_plain;f=r_light.h;fp=r_light.h;h=c09e26fa1ebe914582b55cd21063fa17ad835634;hp=0a3b5d8e9af589985e1a6a74dbf42730c08ee2dc;hb=64a368a5aabc3826fa374e35cd5e55909c8fa344;hpb=12e87fb3b17b82f40945ff8ee79e2ca7eb2d7b40 diff --git a/r_light.h b/r_light.h index 0a3b5d8e..c09e26fa 100644 --- a/r_light.h +++ b/r_light.h @@ -21,7 +21,7 @@ void R_AnimateLight(void); void R_MarkLights(entity_render_t *ent); void R_DrawCoronas(void); void R_CompleteLightPoint(vec3_t color, const vec3_t p, int dynamic, const mleaf_t *leaf); -void R_LightModel(const entity_render_t *ent, int numverts, float colorr, float colorg, float colorb, int worldcoords); +void R_LightModel(const entity_render_t *ent, int numverts, float *vertices, float *normals, float *colors, float colorr, float colorg, float colorb, int worldcoords); void R_UpdateEntLights(entity_render_t *ent); #endif