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>2018-06-14 23:44:53 +0300
committerCampbell Barton <ideasman42@gmail.com>2018-06-14 23:44:53 +0300
commit51f1ed8221042f2e273f5ee47a6053f506a783fc (patch)
tree1f8462a771da1a3ecddf5be04c05626d96239ce0 /source/blender/blenkernel/BKE_particle.h
parent928d31d94a49f0b2644e7345ac58264c75db94f7 (diff)
Cleanup: style
Diffstat (limited to 'source/blender/blenkernel/BKE_particle.h')
-rw-r--r--source/blender/blenkernel/BKE_particle.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/blenkernel/BKE_particle.h b/source/blender/blenkernel/BKE_particle.h
index 0a5bac267ac..dcc9c366b44 100644
--- a/source/blender/blenkernel/BKE_particle.h
+++ b/source/blender/blenkernel/BKE_particle.h
@@ -91,7 +91,7 @@ typedef struct ParticleSimulationData {
* this at the moment. Other solvers could, too. */
float courant_num;
/* Only valid during dynamics_step(). */
- struct RNG* rng;
+ struct RNG *rng;
} ParticleSimulationData;
typedef struct SPHData {