Some refactoring of the volume.
This commit is contained in:
@ -70,9 +70,6 @@ namespace PolyVox
|
||||
uint8_t m_uSideLengthPower;
|
||||
bool m_bIsCompressed;
|
||||
bool m_bIsUncompressedDataModified;
|
||||
uint32_t m_uTimestamp;
|
||||
uint32_t m_uUncompressedIndex;
|
||||
|
||||
};
|
||||
}
|
||||
|
||||
|
@ -39,8 +39,6 @@ namespace PolyVox
|
||||
,m_tUncompressedData(NULL)
|
||||
,m_bIsCompressed(true)
|
||||
,m_bIsUncompressedDataModified(true)
|
||||
,m_uTimestamp(0)
|
||||
,m_uUncompressedIndex((std::numeric_limits<uint32_t>::max)())
|
||||
{
|
||||
if(uSideLength != 0)
|
||||
{
|
||||
|
Reference in New Issue
Block a user