mirror of
https://github.com/recastnavigation/recastnavigation.git
synced 2026-08-19 01:30:07 +00:00
More robust path iteration code.
This commit is contained in:
@@ -205,6 +205,12 @@ void Sample::handleClick(const float* p, bool shift)
|
||||
m_tool->handleClick(p, shift);
|
||||
}
|
||||
|
||||
void Sample::handleStep()
|
||||
{
|
||||
if (m_tool)
|
||||
m_tool->handleStep();
|
||||
}
|
||||
|
||||
bool Sample::handleBuild()
|
||||
{
|
||||
return true;
|
||||
|
||||
Reference in New Issue
Block a user