Skip to content

Commit

Permalink
Removed unnecessary comment
Browse files Browse the repository at this point in the history
  • Loading branch information
zenoengine authored and jakobbotsch committed Sep 2, 2018
1 parent 13dc549 commit 9f9efe9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions RecastDemo/Source/CrowdTool.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -144,8 +144,6 @@ void CrowdToolState::init(class Sample* sample)
if (m_sample != sample)
{
m_sample = sample;
// m_oldFlags = m_sample->getNavMeshDrawFlags();
// m_sample->setNavMeshDrawFlags(m_oldFlags & ~DU_DRAWNAVMESH_CLOSEDLIST);
}

dtNavMesh* nav = m_sample->getNavMesh();
Expand Down

0 comments on commit 9f9efe9

Please sign in to comment.