Template class fixes.

This commit is contained in:
David Williams
2008-04-20 20:44:14 +00:00
parent bc28e240f3
commit efce9b8c95
5 changed files with 50 additions and 50 deletions

View File

@ -51,7 +51,7 @@ namespace PolyVox
VoxelType getVoxelAt(const boost::uint16_t xPosition, const boost::uint16_t yPosition, const boost::uint16_t zPosition) const;
void setVoxelAt(const boost::uint16_t xPosition, const boost::uint16_t yPosition, const boost::uint16_t zPosition, const VoxelType value);
//void fillWithValue(const uint8_t value);
//void fillWithValue(const VoxelType value);
private:
VoxelType mData[POLYVOX_NO_OF_VOXELS_IN_BLOCK];