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:
authorStuart Broadfoot <gbroadfoot@hotmail.com>2013-04-17 15:27:56 +0400
committerStuart Broadfoot <gbroadfoot@hotmail.com>2013-04-17 15:27:56 +0400
commit8c246ddb99d1a9769027ae05a9ad0182ba300deb (patch)
tree1835f477d0998484a43c4be2ca86ad381822ce98 /intern/cycles/render/mesh.h
parentadfa7c8afac3901d3310639f700e4fe9954b824b (diff)
Cycles Hair: Corrected own stochastic hair rng mistake and removed an unnecessary padding variable
- Corrected the Sobol dimension and removed a pad variable in Curve Struct.
Diffstat (limited to 'intern/cycles/render/mesh.h')
-rw-r--r--intern/cycles/render/mesh.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/intern/cycles/render/mesh.h b/intern/cycles/render/mesh.h
index dca1b00e1ff..63d6b50ffca 100644
--- a/intern/cycles/render/mesh.h
+++ b/intern/cycles/render/mesh.h
@@ -55,7 +55,6 @@ public:
int first_key;
int num_keys;
uint shader;
- uint pad;
int num_segments() { return num_keys - 1; }
};