Cleanup: `make format` (and adding . to end of comment)

This commit is contained in:
Dalai Felinto 2020-03-19 09:29:30 +01:00
parent fd48ff1296
commit 473316e246
1 changed files with 2 additions and 1 deletions

View File

@ -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. */