mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-14 16:14:38 +00:00
Merge branch 'development' of https://github.com/TwistedJenius/Torque3D into TwistedJenius-development
This commit is contained in:
commit
349f6f238f
10 changed files with 30 additions and 50 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