Use the same defaults as nvtt 2.0

This commit is contained in:
castano 2010-05-11 17:18:08 +00:00
parent 6e32d1e010
commit 639f11d0b9

View File

@ -97,7 +97,7 @@ void InputOptions::reset()
m.textureType = TextureType_2D;
m.inputFormat = InputFormat_BGRA_8UB;
m.alphaMode = AlphaMode_Transparency;
m.alphaMode = AlphaMode_None;
m.inputGamma = 2.2f;
m.outputGamma = 2.2f;