rename function

This commit is contained in:
Irlan
2018-05-03 20:13:51 -03:00
parent c022d0726d
commit 9eb1a5b481
2 changed files with 4 additions and 4 deletions

View File

@ -93,7 +93,7 @@ private:
void AddCluster(const b3Vec3& centroid);
//
u32 BestCluster(const b3Vec3& point) const;
u32 FindCluster(const b3Vec3& point) const;
u32 m_iterations;