Renamed 'resize' to 'initialise' and made it private.

This commit is contained in:
unknown
2012-02-28 10:57:53 +01:00
parent d2a94ac6f4
commit 4658e8026e
6 changed files with 13 additions and 16 deletions

View File

@@ -173,10 +173,9 @@ namespace PolyVox
/// Calculates approximatly how many bytes of memory the volume is currently using.
uint32_t calculateSizeInBytes(void);
/// Deprecated - I don't think we should expose this function? Let us know if you disagree...
void resize(const Region& regValidRegion, uint16_t uBlockSideLength);
private:
void initialise(const Region& regValidRegion, uint16_t uBlockSideLength);
Block* getUncompressedBlock(int32_t uBlockX, int32_t uBlockY, int32_t uBlockZ) const;
//The block data