Renamed Volume to LargeVolume.

This commit is contained in:
David Williams
2011-04-28 21:21:59 +01:00
parent 96ff5e890a
commit ea309ab15b
46 changed files with 239 additions and 237 deletions

View File

@ -45,7 +45,7 @@ namespace PolyVox
};
//Make Sampler a friend
friend class Volume<VoxelType>::Sampler;
friend class LargeVolume<VoxelType>::Sampler;
public:
Block(uint16_t uSideLength = 0);