mirror of
https://github.com/recastnavigation/recastnavigation.git
synced 2026-08-16 08:09:53 +00:00
rename handleMeshChanged to onMeshChanged
This commit is contained in:
@@ -1244,9 +1244,9 @@ void Sample_TempObstacles::renderOverlay(double* proj, double* model, int* view)
|
||||
*/
|
||||
}
|
||||
|
||||
void Sample_TempObstacles::handleMeshChanged(InputGeom* geom)
|
||||
void Sample_TempObstacles::onMeshChanged(InputGeom* geom)
|
||||
{
|
||||
Sample::handleMeshChanged(geom);
|
||||
Sample::onMeshChanged(geom);
|
||||
|
||||
dtFreeTileCache(tileCache);
|
||||
tileCache = 0;
|
||||
|
||||
Reference in New Issue
Block a user