mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-01-19 20:24:49 +00:00
* [Projectile] BugFix: Correct the onAdd callback not being raised for projectiles.
This commit is contained in:
parent
f83b528f3c
commit
55063601e6
|
|
@ -786,6 +786,8 @@ bool Projectile::onAdd()
|
|||
// If we're on the server, we need to inherit some of our parent's velocity
|
||||
//
|
||||
mCurrTick = 0;
|
||||
|
||||
scriptOnAdd();
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue