mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-04-29 16:25:42 +00:00
AI related bug fixes and improvements.
Removed references to AIObjective and aiAvoidThis which are not used. Made minor improvements to the spawning system in the aiPlayer.cs file.
This commit is contained in:
parent
9afd794913
commit
f922bc4fd0
10 changed files with 30 additions and 44 deletions
|
|
@ -126,7 +126,7 @@ function WorldEditor::onSelectionCentroidChanged( %this )
|
|||
function WorldEditor::init(%this)
|
||||
{
|
||||
// add objclasses which we do not want to collide with
|
||||
%this.ignoreObjClass(Sky, AIObjective);
|
||||
%this.ignoreObjClass(Sky);
|
||||
|
||||
// editing modes
|
||||
%this.numEditModes = 3;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue