revert pull request #258 (e308dd73bb
)
Causes some issues with particle movement which was breaking some saves, and the previous commit still fixes these elements to move through gas wall instead of powder wall
This commit is contained in:
parent
3226ce0ac2
commit
bfc19d1fd7
@ -17,7 +17,7 @@ Element_CO2::Element_CO2()
|
||||
Gravity = 0.1f;
|
||||
Diffusion = 1.0f;
|
||||
HotAir = 0.000f * CFDS;
|
||||
Falldown = 0;
|
||||
Falldown = 1;
|
||||
|
||||
Flammable = 0;
|
||||
Explosive = 0;
|
||||
|
@ -17,7 +17,7 @@ Element_FIRE::Element_FIRE()
|
||||
Gravity = -0.1f;
|
||||
Diffusion = 0.00f;
|
||||
HotAir = 0.001f * CFDS;
|
||||
Falldown = 0;
|
||||
Falldown = 1;
|
||||
|
||||
Flammable = 0;
|
||||
Explosive = 0;
|
||||
|
@ -17,7 +17,7 @@ Element_SMKE::Element_SMKE()
|
||||
Gravity = -0.1f;
|
||||
Diffusion = 0.00f;
|
||||
HotAir = 0.001f * CFDS;
|
||||
Falldown = 0;
|
||||
Falldown = 1;
|
||||
|
||||
Flammable = 0;
|
||||
Explosive = 0;
|
||||
|
Loading…
Reference in New Issue
Block a user