mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-08 13:14:33 +00:00
Revert "client projectile origin tweak"
This commit is contained in:
parent
63f5944e30
commit
6c94836654
1 changed files with 1 additions and 4 deletions
|
|
@ -873,11 +873,8 @@ bool Projectile::onAdd()
|
|||
}
|
||||
}
|
||||
if (mSourceObject.isValid())
|
||||
{
|
||||
processAfter(mSourceObject);
|
||||
if (isClientObject())
|
||||
mSourceObject->getRenderMuzzlePoint(mSourceObjectSlot, &mCurrPosition);
|
||||
}
|
||||
|
||||
// Setup our bounding box
|
||||
if (bool(mDataBlock->getProjectileShape()) == true)
|
||||
mObjBox = mDataBlock->getProjectileShape()->mBounds;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue