Fix typo in EMBR gravity
This commit is contained in:
parent
b9e16d4bc6
commit
67d449df3d
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user