More work adding base volume class.

This commit is contained in:
David Williams
2011-07-29 22:00:22 +01:00
parent f7c511b2c6
commit 84c78f6839
8 changed files with 82 additions and 105 deletions

View File

@ -39,7 +39,7 @@ namespace PolyVox
//:mVolume(volume)
{
//Dodgy doing this - need to find how to call base constructor
mVolume = volume;
this->mVolume = volume;
}
template <typename VoxelType>