Merge branch 'Preview4_0' of https://github.com/TorqueGameEngines/Torque3D into SoundAssetImplements

This commit is contained in:
AzaezelX 2021-09-26 03:07:23 -05:00
commit b83babe175
26 changed files with 355 additions and 114 deletions

View file

@ -783,6 +783,8 @@ bool Projectile::onAdd()
// If we're on the server, we need to inherit some of our parent's velocity
//
mCurrTick = 0;
scriptOnAdd();
}
else
{