Rearranging and renaming some code.

This commit is contained in:
David Williams
2013-07-29 16:04:01 +02:00
parent ef59f329b6
commit a4fc814a51
8 changed files with 72 additions and 95 deletions

View File

@ -65,7 +65,7 @@ private slots:
void testLargeVolumeSamplersWithExternalBackwards();
private:
PolyVox::Compressor* m_pCompressor;
PolyVox::BlockCompressor<int32_t>* m_pBlockCompressor;
PolyVox::FilePager<int32_t>* m_pFilePager;
PolyVox::RawVolume<int32_t>* m_pRawVolume;