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:
authorSergey Sharybin <sergey.vfx@gmail.com>2015-04-06 22:25:54 +0300
committerSergey Sharybin <sergey.vfx@gmail.com>2015-04-06 22:25:54 +0300
commite2354e64d2cd8b11bb3ace22a6ba353d7a1382d8 (patch)
treefee8c52b452589b266de9734d3374dedd7edc2c1 /intern/cycles/kernel/geom/geom_motion_triangle.h
parentc1d8ddacaf14c7cd3d287b3e85c8914ddf75780d (diff)
Cycles: Cleanup, spaces around assignment operator
Did some bad spacing in recent commits, better to get rid of those so they does not confuse those who're working on sources.
Diffstat (limited to 'intern/cycles/kernel/geom/geom_motion_triangle.h')
-rw-r--r--intern/cycles/kernel/geom/geom_motion_triangle.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/intern/cycles/kernel/geom/geom_motion_triangle.h b/intern/cycles/kernel/geom/geom_motion_triangle.h
index d3297e05c67..a5a25f4a9ae 100644
--- a/intern/cycles/kernel/geom/geom_motion_triangle.h
+++ b/intern/cycles/kernel/geom/geom_motion_triangle.h
@@ -236,7 +236,7 @@ ccl_device_inline float3 motion_triangle_refine_subsurface(KernelGlobals *kg, Sh
ccl_device_noinline void motion_triangle_shader_setup(KernelGlobals *kg, ShaderData *sd, const Intersection *isect, const Ray *ray, bool subsurface)
{
/* get shader */
- sd->shader = kernel_tex_fetch(__tri_shader, sd->prim);
+ sd->shader = kernel_tex_fetch(__tri_shader, sd->prim);
/* get motion info */
int numsteps, numverts;