Removed incorrect asserts.
This commit is contained in:
parent
906300acb3
commit
2e4bf674e8
@ -64,15 +64,11 @@ namespace PolyVox
|
|||||||
:m_pVolume(pVolume)
|
:m_pVolume(pVolume)
|
||||||
,m_regValid(regValid)
|
,m_regValid(regValid)
|
||||||
{
|
{
|
||||||
//Should never get here as it's a private constructor
|
|
||||||
assert(false);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
//Private assignment operator, so client code can't abuse this class.
|
//Private assignment operator, so client code can't abuse this class.
|
||||||
ConstVolumeProxy& operator=(const ConstVolumeProxy& rhs) throw()
|
ConstVolumeProxy& operator=(const ConstVolumeProxy& rhs) throw()
|
||||||
{
|
{
|
||||||
//Should never get here as it's a private assignment operator
|
|
||||||
assert(false);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
const LargeVolume<VoxelType>& m_pVolume;
|
const LargeVolume<VoxelType>& m_pVolume;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user