mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-03-09 15:30:41 +00:00
fix eroneous defaults
This commit is contained in:
parent
25b3a7c070
commit
83822f1148
1 changed files with 3 additions and 3 deletions
|
|
@ -118,10 +118,10 @@ public:
|
|||
mTriggerState.mControllerRef = this;
|
||||
mControllerData = NULL;
|
||||
mAIInfo = new AIInfo(this);
|
||||
mGoal = new AIGoal(this);
|
||||
mAimTarget = new AIAimTarget(this);
|
||||
mCover = new AICover(this);
|
||||
mNav = new AINavigation(this);
|
||||
mGoal = NULL;
|
||||
mAimTarget = NULL;
|
||||
mCover = NULL;
|
||||
mMovement.mMoveState = ModeStop;
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue