Commit: 8af5aa365de8aab93a7d11d765e5e5bc4ff8aa9f
Author: Sebastián Barschkis
Date:   Sun Jan 3 01:10:25 2016 +0100
Branches: fluid-mantaflow
https://developer.blender.org/rB8af5aa365de8aab93a7d11d765e5e5bc4ff8aa9f

flag fix

===================================================================

M       source/blender/blenkernel/intern/smoke.c

===================================================================

diff --git a/source/blender/blenkernel/intern/smoke.c 
b/source/blender/blenkernel/intern/smoke.c
index 29c0c94..404c7b6 100644
--- a/source/blender/blenkernel/intern/smoke.c
+++ b/source/blender/blenkernel/intern/smoke.c
@@ -2343,7 +2343,7 @@ static void update_flowsfluids(Scene *scene, Object *ob, 
SmokeDomainSettings *sd
                                                        }
                                                        else { // inflow
                                                                
apply_inflow_fields(sfs, emission_map[e_index], d_index, density, heat, fuel, 
react, color_r, color_g, color_b);
-                                                               if((sfs->flags 
& MOD_SMOKE_USE_MANTA) && (sds->manta_solver_res == 3)) {
+                                                               if((sds->flags 
& MOD_SMOKE_USE_MANTA) && (sds->manta_solver_res == 3)) {
                                                                        
apply_inflow_fields(sfs, emission_map[e_index], d_index, inflow_grid, heat, 
fuel_inflow, react, color_r, color_g, color_b);
                                                                }
                                                                                
                                                /* initial velocity */

_______________________________________________
Bf-blender-cvs mailing list
[email protected]
http://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to