From 67d449df3d16b2638014bf3501ba2dda3317cc15 Mon Sep 17 00:00:00 2001 From: Simon Robertshaw Date: Wed, 25 Jul 2012 18:43:19 +0100 Subject: [PATCH] Fix typo in EMBR gravity --- src/simulation/elements/EMBR.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/simulation/elements/EMBR.cpp b/src/simulation/elements/EMBR.cpp index ea710cf86..5ba37c2a9 100644 --- a/src/simulation/elements/EMBR.cpp +++ b/src/simulation/elements/EMBR.cpp @@ -17,7 +17,7 @@ Element_EMBR::Element_EMBR() AirLoss = 0.99f; Loss = 0.90f; Collision = 0.0f; - Gravity = 0.7f; + Gravity = 0.07f; Diffusion = 0.00f; HotAir = 0.000f * CFDS; Falldown = 1;