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:
authorBrecht Van Lommel <brechtvanlommel@gmail.com>2018-03-10 08:51:52 +0300
committerBrecht Van Lommel <brechtvanlommel@gmail.com>2018-03-10 08:51:52 +0300
commit8a76f8dac3475b1d24956e0d384d65295f15c76a (patch)
treed0bdde712d764aafb92d8f247e448d56dd9edfa3 /intern/cycles/render/mesh.h
parent1f5c5fa189db8d5d505246dc7e905a796d21ce22 (diff)
Code cleanup: fix compiler warning.
Diffstat (limited to 'intern/cycles/render/mesh.h')
-rw-r--r--intern/cycles/render/mesh.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/intern/cycles/render/mesh.h b/intern/cycles/render/mesh.h
index 03a419e77f2..e370f8a2021 100644
--- a/intern/cycles/render/mesh.h
+++ b/intern/cycles/render/mesh.h
@@ -280,7 +280,7 @@ public:
void add_undisplaced();
void pack_shaders(Scene *scene, uint *shader);
- void pack_normals(Scene *scene, float4 *vnormal);
+ void pack_normals(float4 *vnormal);
void pack_verts(const vector<uint>& tri_prim_index,
uint4 *tri_vindex,
uint *tri_patch,