fixed: respect the binary/ascii vtf flag in vtfx
git-svn-id: http://svn.sintef.no/trondheim/IFEM/trunk@1044 e10b68d5-8a6e-419e-a041-bce267b0401d
This commit is contained in:
@@ -50,7 +50,7 @@ VTF::VTF (const char* filename, int type)
|
||||
myFile = new VTFXAFile;
|
||||
VTFXAFileSettings settings;
|
||||
VTFXAInitFileSettings(&settings);
|
||||
settings.bBinary = VTFXA_TRUE;
|
||||
settings.bBinary = type?VTFXA_TRUE:VTFXA_FALSE;
|
||||
settings.pszApplicationName = "IFEM";
|
||||
settings.pszVendorName = "SINTEF ICT";
|
||||
settings.iVendorID = 1001;
|
||||
|
||||
Reference in New Issue
Block a user