mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-08 13:14:33 +00:00
Merge pull request #1703 from TorqueGameEngines/revert-1691-alpha41/projectileProjection
Revert "client projectile origin tweak"
This commit is contained in:
commit
e7b4a0f1dc
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