Synced Header and CPP variable names

This commit is contained in:
Kromster80 2014-12-07 18:19:32 +03:00
parent 2dce2dfd0c
commit 6571da958c

View File

@ -40,7 +40,7 @@ class dtLocalBoundary
dtPolyRef m_polys[MAX_LOCAL_POLYS];
int m_npolys;
void addSegment(const float dist, const float* seg);
void addSegment(const float dist, const float* s);
public:
dtLocalBoundary();