mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-01-20 04:34:48 +00:00
Removed a space.
This commit is contained in:
parent
98fa3d02df
commit
2fbf6bdb9d
|
|
@ -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, 0.0f, mDataBlock->decal);
|
||||
gDecalManager->addDecal(p, n, 0.0f, mDataBlock->decal);
|
||||
|
||||
// Client object
|
||||
updateSound();
|
||||
|
|
|
|||
Loading…
Reference in a new issue