mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-01-19 20:24:49 +00:00
Use correct dragCoefficient value in TeleportFlash
This commit is contained in:
parent
1ed1a41256
commit
bc9ec2fad3
|
|
@ -43,7 +43,7 @@ datablock SFXProfile(TeleportSound)
|
|||
|
||||
datablock ParticleData(TeleporterFlash : DefaultParticle)
|
||||
{
|
||||
dragCoefficient = "30";
|
||||
dragCoefficient = "5";
|
||||
inheritedVelFactor = "0";
|
||||
constantAcceleration = "0";
|
||||
lifetimeMS = "500";
|
||||
|
|
|
|||
Loading…
Reference in a new issue