Skip to content

Commit

Permalink
Base navmesh size 1x1x1.
Browse files Browse the repository at this point in the history
  • Loading branch information
crabmusket committed Jan 29, 2015
1 parent bd437cd commit 0d1f1ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Engine/source/navigation/navMesh.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -316,8 +316,8 @@ bool NavMesh::onAdd()
if(!Parent::onAdd())
return false;

mObjBox.set(Point3F(-1.0f, -1.0f, -1.0f),
Point3F( 1.0f, 1.0f, 1.0f));
mObjBox.set(Point3F(-0.5f, -0.5f, -0.5f),
Point3F( 0.5f, 0.5f, 0.5f));
resetWorldBox();

addToScene();
Expand Down

0 comments on commit 0d1f1ae

Please sign in to comment.