Fix for tile cache merge polys, fix for temp obstacle handleUpdate() (call base class).

This commit is contained in:
Mikko Mononen
2012-02-07 16:04:08 +00:00
parent ff7fd29008
commit 98eee7e23a
2 changed files with 2 additions and 3 deletions

View File

@@ -1336,8 +1336,7 @@ bool Sample_TempObstacles::handleBuild()
void Sample_TempObstacles::handleUpdate(const float dt)
{
if (m_tool)
m_tool->handleUpdate(dt);
Sample::handleUpdate(dt);
if (!m_navMesh)
return;