Fixes to allow the SWIG/Python bindings to build again.

This commit is contained in:
David Williams
2013-08-01 16:08:44 +02:00
parent dcf86a905c
commit e485265dd8
10 changed files with 52 additions and 15 deletions

View File

@ -311,7 +311,7 @@ namespace PolyVox
const uint16_t zOffset = static_cast<uint16_t>(uZPos - (blockZ << m_uBlockSideLengthPower));
UncompressedBlock<VoxelType>* pUncompressedBlock = getUncompressedBlock(blockX, blockY, blockZ);
pUncompressedBlock->setVoxelAt(xOffset, yOffset, zOffset);
pUncompressedBlock->setVoxelAt(xOffset, yOffset, zOffset, tValue);
}
////////////////////////////////////////////////////////////////////////////////