mirror of
https://github.com/recastnavigation/recastnavigation.git
synced 2026-08-16 08:09:53 +00:00
Removed unnecessary accessor for offMeshConCount
This commit is contained in:
@@ -490,7 +490,7 @@ struct MeshProcess : dtTileCacheMeshProcess
|
||||
params->offMeshConAreas = inputGeometry->getOffMeshConnectionAreas();
|
||||
params->offMeshConFlags = inputGeometry->getOffMeshConnectionFlags();
|
||||
params->offMeshConUserID = inputGeometry->getOffMeshConnectionId();
|
||||
params->offMeshConCount = inputGeometry->getOffMeshConnectionCount();
|
||||
params->offMeshConCount = inputGeometry->offMeshConCount;
|
||||
}
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user