mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-22 08:03:45 +00:00
Merge remote-tracking branch 'Azaezel/decal_rot_mangle' into development
This commit is contained in:
commit
98fa3d02df
1 changed files with 1 additions and 1 deletions
|
|
@ -1018,7 +1018,7 @@ void Projectile::explode( const Point3F &p, const Point3F &n, const U32 collideT
|
|||
|
||||
// Client (impact) decal.
|
||||
if ( mDataBlock->decal )
|
||||
gDecalManager->addDecal(p, n, mRandF(0.0f, M_2PI_F), mDataBlock->decal);
|
||||
gDecalManager->addDecal(p, n, 0.0f, mDataBlock->decal);
|
||||
|
||||
// Client object
|
||||
updateSound();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue