Set default alpha mode to none.

This commit is contained in:
castano 2009-10-14 00:07:06 +00:00
parent 00f0d117a5
commit e8490c2b2b

View File

@ -94,7 +94,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;