Update processImage to not compress by default

This commit is contained in:
Ryan Huffman 2018-06-08 13:21:47 -07:00
parent 24182d3451
commit 3e65e0b0cd

View file

@ -84,7 +84,7 @@ const QStringList getSupportedFormats();
gpu::TexturePointer processImage(std::shared_ptr<QIODevice> content, const std::string& url,
int maxNumPixels, TextureUsage::Type textureType,
bool compress = true, const std::atomic<bool>& abortProcessing = false);
bool compress = false, const std::atomic<bool>& abortProcessing = false);
} // namespace image