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:
@@ -145,7 +145,7 @@ void Sample::render()
|
||||
|
||||
void Sample::renderOverlay(double* /*proj*/, double* /*model*/, int* /*view*/) {}
|
||||
|
||||
void Sample::handleMeshChanged(InputGeom* geom)
|
||||
void Sample::onMeshChanged(InputGeom* geom)
|
||||
{
|
||||
inputGeometry = geom;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user