imageworks / Field3D

[NO LONGER MAINTAINED] A library for storing voxel data on disk and in memory.
https://github.com/imageworks/Field3D/wiki/Field3D-Home
BSD 3-Clause "New" or "Revised" License
305 stars 72 forks source link

Fix compilation warning in SparseField::releaseBlocks() #71

Closed magnusw closed 11 years ago

magnusw commented 11 years ago

line 1444 for (int i = 0, bx=0, by=0, bz=0; i < m_numBlocks; ++i, ++bx) {