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:
authorCampbell Barton <ideasman42@gmail.com>2016-01-18 12:10:18 +0300
committerCampbell Barton <ideasman42@gmail.com>2016-01-18 20:54:39 +0300
commitd5ddc52ae1d7e4ae369e490b1d00d6fd6d0c6522 (patch)
tree2554af4ea20b574111457982bd6fab23f6605b01 /source/blender/nodes/shader/nodes/node_shader_particle_info.c
parent306337afea846918c4e9c2dc8a9956fc7399f9c1 (diff)
Cleanup: style
Diffstat (limited to 'source/blender/nodes/shader/nodes/node_shader_particle_info.c')
-rw-r--r--source/blender/nodes/shader/nodes/node_shader_particle_info.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/source/blender/nodes/shader/nodes/node_shader_particle_info.c b/source/blender/nodes/shader/nodes/node_shader_particle_info.c
index 6cc8de322af..5f0d81e98c9 100644
--- a/source/blender/nodes/shader/nodes/node_shader_particle_info.c
+++ b/source/blender/nodes/shader/nodes/node_shader_particle_info.c
@@ -52,10 +52,10 @@ static int gpu_shader_particle_info(GPUMaterial *mat, bNode *UNUSED(node), bNode
{
return GPU_stack_link(mat, "particle_info", in, out,
- GPU_builtin(GPU_PARTICLE_SCALAR_PROPS),
- GPU_builtin(GPU_PARTICLE_LOCATION),
- GPU_builtin(GPU_PARTICLE_VELOCITY),
- GPU_builtin(GPU_PARTICLE_ANG_VELOCITY));
+ GPU_builtin(GPU_PARTICLE_SCALAR_PROPS),
+ GPU_builtin(GPU_PARTICLE_LOCATION),
+ GPU_builtin(GPU_PARTICLE_VELOCITY),
+ GPU_builtin(GPU_PARTICLE_ANG_VELOCITY));
}
/* node type definition */