mirror of
https://github.com/Mauler125/r5sdk.git
synced 2025-02-09 19:15:03 +01:00
Recast: fix compiler error
New function wasn't renamed correctly, fixed rename error.
This commit is contained in:
parent
6b86c9bc1b
commit
9fa6b6c42a
@ -1695,7 +1695,7 @@ dtStatus dtNavMesh::getPolyArea(dtPolyRef ref, unsigned char* resultArea) const
|
||||
return DT_SUCCESS;
|
||||
}
|
||||
|
||||
float dtCalcPolyArea(const dtPoly* poly, const float* verts)
|
||||
float dtCalcPolySurfaceArea(const dtPoly* poly, const float* verts)
|
||||
{
|
||||
float polyArea = 0.0f;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user