diff options
Diffstat (limited to 'demo/scenes/fluidclothcoupling.h')
| -rw-r--r-- | demo/scenes/fluidclothcoupling.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/demo/scenes/fluidclothcoupling.h b/demo/scenes/fluidclothcoupling.h index 403a775..d9802b0 100644 --- a/demo/scenes/fluidclothcoupling.h +++ b/demo/scenes/fluidclothcoupling.h @@ -138,7 +138,6 @@ public: g_numExtraParticles = 64*1024; g_params.radius = radius; - g_params.fluid = true; g_params.numIterations = 5; g_params.vorticityConfinement = 0.0f; g_params.anisotropyScale = 30.0f; |