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
path: root/source
diff options
context:
space:
mode:
authorDalai Felinto <dfelinto@gmail.com>2020-03-19 11:29:30 +0300
committerDalai Felinto <dfelinto@gmail.com>2020-03-19 11:29:47 +0300
commit473316e246c2f1104827afac24455c566102cff1 (patch)
treeb4dc390808d87f6785c42d9f23772b2292c46cc5 /source
parentfd48ff1296f45b32bffeca2c60dca2a12bb84229 (diff)
Cleanup: `make format` (and adding . to end of comment)
Diffstat (limited to 'source')
-rw-r--r--source/blender/blenkernel/intern/fluid.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/source/blender/blenkernel/intern/fluid.c b/source/blender/blenkernel/intern/fluid.c
index edb3bc2cd4d..54ddcac50c0 100644
--- a/source/blender/blenkernel/intern/fluid.c
+++ b/source/blender/blenkernel/intern/fluid.c
@@ -1849,7 +1849,8 @@ static void sample_mesh(FluidFlowSettings *mfs,
mfs->type == FLUID_FLOW_TYPE_SMOKEFIRE);
/* Emission strength for gases will be computed below.
- * For liquids it's not needed. Just set to non zero value to allow initial velocity computation */
+ * For liquids it's not needed. Just set to non zero value
+ * to allow initial velocity computation. */
float emission_strength = (is_gas_flow) ? 0.0f : 1.0f;
/* Emission inside the flow object. */