Tidying up.

This commit is contained in:
David Williams
2008-05-31 12:43:32 +00:00
parent c9b098b14e
commit 72a4e9902c
3 changed files with 11 additions and 166 deletions

View File

@ -35,11 +35,9 @@ namespace PolyVox
bool m_bIsEmpty;
bool m_bContainsSingleMaterialPatch;
bool m_bContainsMultiMaterialPatch;
Vector3DInt32 m_v3dRegionPosition;
IndexedSurfacePatch* m_patchSingleMaterial;
IndexedSurfacePatch* m_patchMultiMaterial;
};
}