diff options
| author | Stanislaw Skowronek <skylark@disorder.sko> | 2013-11-16 21:31:28 (GMT) |
|---|---|---|
| committer | Stanislaw Skowronek <skylark@disorder.sko> | 2013-11-16 21:31:28 (GMT) |
| commit | 3d9395e3012a863fe1ce56719561d0ce1c534d1b (patch) | |
| tree | 03cd49a161716070e0da2372283a334a8217d716 /src/simulation/elements/BRCK.cpp | |
| parent | 70c14bd72cd13473570bbbb0bd47eb71ca4b4a15 (diff) | |
| download | powder-3d9395e3012a863fe1ce56719561d0ce1c534d1b.zip powder-3d9395e3012a863fe1ce56719561d0ce1c534d1b.tar.gz | |
BRCK can move now.
Diffstat (limited to 'src/simulation/elements/BRCK.cpp')
| -rw-r--r-- | src/simulation/elements/BRCK.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/simulation/elements/BRCK.cpp b/src/simulation/elements/BRCK.cpp index a375207..cb93b18 100644 --- a/src/simulation/elements/BRCK.cpp +++ b/src/simulation/elements/BRCK.cpp @@ -12,9 +12,9 @@ Element_BRCK::Element_BRCK() Advection = 0.0f; AirDrag = 0.00f * CFDS; AirLoss = 0.90f; - Loss = 0.00f; + Loss = 0.995f; Collision = 0.0f; - Gravity = 0.0f; + Gravity = 0.18f; Diffusion = 0.00f; HotAir = 0.000f * CFDS; Falldown = 0; |
