Work on seperating PolyVox and Thermite. Now they are two seperate solutions.

This commit is contained in:
David Williams
2008-05-24 09:29:20 +00:00
parent 634a6fc883
commit 06d433f559
2 changed files with 9 additions and 9 deletions

View File

@ -212,8 +212,6 @@ namespace PolyVox
template <typename VoxelType>
void VolumeIterator<VoxelType>::setVoxel(VoxelType tValue)
{
assert(mVolume.isVoxelLocked(mXPosInVolume,mYPosInVolume,mZPosInVolume));
const boost::uint32_t uBlockIndex =
mXBlock +
mYBlock * mVolume.m_uSideLengthInBlocks +