rotAroundNormal mangling outcome -reverted

This commit is contained in:
Azaezel 2014-11-29 15:48:49 -06:00
parent 0213fc4a34
commit 9e935c417b

View file

@ -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();