mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-03-05 05:20:31 +00:00
Merge branch 'development' of github.com:GarageGames/Torque3D
This commit is contained in:
commit
e2c61e1eb4
56 changed files with 317 additions and 8496 deletions
|
|
@ -1043,9 +1043,9 @@ NavMesh *AIPlayer::findNavMesh() const
|
|||
}
|
||||
else
|
||||
{
|
||||
if(getNavSize() == Small && !m->mSmallCharacters ||
|
||||
getNavSize() == Regular && !m->mRegularCharacters ||
|
||||
getNavSize() == Large && !m->mLargeCharacters)
|
||||
if((getNavSize() == Small && !m->mSmallCharacters) ||
|
||||
(getNavSize() == Regular && !m->mRegularCharacters) ||
|
||||
(getNavSize() == Large && !m->mLargeCharacters))
|
||||
continue;
|
||||
}
|
||||
if(!mesh || m->getWorldBox().getVolume() < mesh->getWorldBox().getVolume())
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue