better name

This commit is contained in:
Nikolay Korolev
2020-05-30 20:09:58 +03:00
parent 09c9e16cb1
commit 49a897c3b3
2 changed files with 5 additions and 5 deletions

View File

@@ -88,7 +88,7 @@ struct CPathNode
float GetY(void) { return y/8.0f; }
float GetZ(void) { return z/8.0f; }
bool HasDivider(void) { return width != 0; }
float GetDivider(void) { return width/(2*8.0f); }
float GetDividerWidth(void) { return width/(2*8.0f); }
CPathNode *GetPrev(void);
CPathNode *GetNext(void);
void SetPrev(CPathNode *node);