More work making the compression more robust.

This commit is contained in:
Daviw Williams
2013-02-01 16:10:10 +01:00
parent a5b768e5f9
commit 09c6e2bf26
2 changed files with 28 additions and 23 deletions

View File

@ -271,8 +271,8 @@ TestVolume::TestVolume()
{
Region region(-57, -31, 12, 64, 96, 131); // Deliberatly awkward size
m_pCompressor = new RLECompressor<int32_t, uint16_t>;
//m_pCompressor = new MinizCompressor;
//m_pCompressor = new RLECompressor<int32_t, uint16_t>;
m_pCompressor = new MinizCompressor;
//Create the volumes
m_pRawVolume = new RawVolume<int32_t>(region);