summaryrefslogtreecommitdiff
path: root/src/simulation/elements/EMBR.cpp
diff options
context:
space:
mode:
authorSimon Robertshaw <simon@hardwired.org.uk>2012-07-25 17:43:19 (GMT)
committer Simon Robertshaw <simon@hardwired.org.uk>2012-07-25 17:43:19 (GMT)
commit67d449df3d16b2638014bf3501ba2dda3317cc15 (patch)
treee62322c50f01579c1b2e1072ed639aa41891dec8 /src/simulation/elements/EMBR.cpp
parentb9e16d4bc6a1a8e018a70f248abdb5aca8cb8133 (diff)
downloadpowder-67d449df3d16b2638014bf3501ba2dda3317cc15.zip
powder-67d449df3d16b2638014bf3501ba2dda3317cc15.tar.gz
Fix typo in EMBR gravity
Diffstat (limited to 'src/simulation/elements/EMBR.cpp')
-rw-r--r--src/simulation/elements/EMBR.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/simulation/elements/EMBR.cpp b/src/simulation/elements/EMBR.cpp
index ea710cf..5ba37c2 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;