Fix typo in EMBR gravity

This commit is contained in:
Simon Robertshaw 2012-07-25 18:43:19 +01:00
parent b9e16d4bc6
commit 67d449df3d

View File

@ -17,7 +17,7 @@ Element_EMBR::Element_EMBR()
AirLoss = 0.99f; AirLoss = 0.99f;
Loss = 0.90f; Loss = 0.90f;
Collision = 0.0f; Collision = 0.0f;
Gravity = 0.7f; Gravity = 0.07f;
Diffusion = 0.00f; Diffusion = 0.00f;
HotAir = 0.000f * CFDS; HotAir = 0.000f * CFDS;
Falldown = 1; Falldown = 1;