-
- Downloads
Make the VertexLevel data member unsigned
It's the level of a vertex in a grid, so supposedly it can never have negative values. However, it is used to index arrays, and some compilers warn about indexing arrays with signed types.
parent
bc3aa344
No related branches found
No related tags found
Loading
Please register or sign in to comment