More work adding base volume class.
This commit is contained in:
@ -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>
|
||||
|
Reference in New Issue
Block a user