rename handleMeshChanged to onMeshChanged

This commit is contained in:
Graham Pentheny
2025-08-05 13:46:30 -04:00
parent a954d7e9f0
commit 5cc17b8a39
9 changed files with 14 additions and 14 deletions

View File

@@ -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;