Work on volume iterators.

This commit is contained in:
David Williams
2008-05-23 22:41:02 +00:00
parent 180981293a
commit 634a6fc883
5 changed files with 77 additions and 118 deletions

View File

@ -35,7 +35,7 @@ namespace PolyVox
//Check the block size is sensible. This corresponds to a side length of 256 voxels
if(uSideLengthPower > 8)
{
throw std::invalid_argument("Block side length must be less than or equal to eight");
throw std::invalid_argument("Block side length power must be less than or equal to eight");
}
//Compute the side length