Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTon Roosendaal <ton@blender.org>2003-07-08 17:07:35 +0400
committerTon Roosendaal <ton@blender.org>2003-07-08 17:07:35 +0400
commitf4f7e8ee463bf3bb12a1f86d27a3cfe0dedf62b9 (patch)
treeec07cdf1fb5026125ba7e37ccd13077987c986cb /source/blender/render/intern/include/rendercore.h
parente45e14545351040837f768bbb01a850a0e26454f (diff)
- changed silly name 'shadelamplus' to shade_lamp_loop
Diffstat (limited to 'source/blender/render/intern/include/rendercore.h')
-rw-r--r--source/blender/render/intern/include/rendercore.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/render/intern/include/rendercore.h b/source/blender/render/intern/include/rendercore.h
index 8f414936cad..6808b8a30de 100644
--- a/source/blender/render/intern/include/rendercore.h
+++ b/source/blender/render/intern/include/rendercore.h
@@ -44,7 +44,7 @@ void renderspothalo(unsigned short *col);
void render_lighting_halo(struct HaloRen *har, float *colf);
unsigned int calchalo_z(struct HaloRen *har, unsigned int zz);
float CookTorr(float *n, float *l, float *v, int hard);
-void shadelamplus(void);
+void shade_lamp_loop(void);
/* void renderflare(struct HaloRen *har); */
void add_halo_flare(void);