mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-14 08:04:40 +00:00
Merge pull request #323 from thecelloman/fixteleportflash
Use correct dragCoefficient value in TeleportFlash
This commit is contained in:
commit
b1a2140e61
1 changed files with 1 additions and 1 deletions
|
|
@ -43,7 +43,7 @@ datablock SFXProfile(TeleportSound)
|
||||||
|
|
||||||
datablock ParticleData(TeleporterFlash : DefaultParticle)
|
datablock ParticleData(TeleporterFlash : DefaultParticle)
|
||||||
{
|
{
|
||||||
dragCoefficient = "30";
|
dragCoefficient = "5";
|
||||||
inheritedVelFactor = "0";
|
inheritedVelFactor = "0";
|
||||||
constantAcceleration = "0";
|
constantAcceleration = "0";
|
||||||
lifetimeMS = "500";
|
lifetimeMS = "500";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue