From e16ba13251701a9845adf702e60be3f2fad724bd Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Mon, 12 Sep 2011 13:00:24 +0000 Subject: use vector size and const args where possible (no functional change) --- source/blender/blenkernel/BKE_material.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/blenkernel/BKE_material.h') diff --git a/source/blender/blenkernel/BKE_material.h b/source/blender/blenkernel/BKE_material.h index 88965d12e4a..85b6f8f78fb 100644 --- a/source/blender/blenkernel/BKE_material.h +++ b/source/blender/blenkernel/BKE_material.h @@ -89,7 +89,7 @@ void end_render_materials(struct Main *); int material_in_material(struct Material *parmat, struct Material *mat); -void ramp_blend(int type, float *r, float *g, float *b, float fac, float *col); +void ramp_blend(int type, float *r, float *g, float *b, float fac, const float col[3]); /* copy/paste */ void clear_matcopybuf(void); -- cgit v1.2.3