Tidying code and removing warnings.
This commit is contained in:
@ -3,22 +3,7 @@
|
||||
|
||||
namespace PolyVox
|
||||
{
|
||||
|
||||
RegionGeometry::RegionGeometry()
|
||||
{
|
||||
}
|
||||
|
||||
long int RegionGeometry::getSizeInBytes(void)
|
||||
{
|
||||
long int size = sizeof(RegionGeometry);
|
||||
if(m_patchSingleMaterial)
|
||||
{
|
||||
size += m_patchSingleMaterial->getSizeInBytes();
|
||||
}
|
||||
if(m_patchMultiMaterial)
|
||||
{
|
||||
size += m_patchMultiMaterial->getSizeInBytes();
|
||||
}
|
||||
return size;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user