mirror of
https://github.com/recastnavigation/recastnavigation.git
synced 2026-08-17 00:29:58 +00:00
rename handleMeshChanged to onMeshChanged
This commit is contained in:
@@ -563,9 +563,9 @@ void Sample_TileMesh::renderOverlay(double* proj, double* model, int* view)
|
||||
renderOverlayToolStates(proj, model, view);
|
||||
}
|
||||
|
||||
void Sample_TileMesh::handleMeshChanged(InputGeom* geom)
|
||||
void Sample_TileMesh::onMeshChanged(InputGeom* geom)
|
||||
{
|
||||
Sample::handleMeshChanged(geom);
|
||||
Sample::onMeshChanged(geom);
|
||||
|
||||
const BuildSettings* buildSettings = geom->getBuildSettings();
|
||||
if (buildSettings && buildSettings->tileSize > 0)
|
||||
|
||||
Reference in New Issue
Block a user