mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-03-01 11:33:48 +00:00
fix for join server with bots crash 2
This commit is contained in:
parent
1b92c3a1da
commit
c44842bf2f
1 changed files with 1 additions and 1 deletions
|
|
@ -3380,7 +3380,7 @@ void ShapeBase::shakeCamera( U32 imageSlot )
|
|||
|
||||
bool applyShake = true;
|
||||
|
||||
if (obj && !mIsAiControlled)
|
||||
if (obj)
|
||||
{
|
||||
ShapeBase* cObj = obj;
|
||||
while ((cObj = cObj->getControlObject()) != 0)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue