Unfix MaxED's TGA fix

This commit is contained in:
ZZYZX 2019-12-27 12:43:06 +02:00
parent af3d74d186
commit 197f96a059

View file

@ -557,10 +557,6 @@ namespace CodeImp.DoomBuilder.IO
// Clean up
ilDeleteImages(1, new IntPtr(&imageid));
//mxd. TGA fix
if (imagetype == DevilImageType.IL_TGA)
bmp.RotateFlip(RotateFlipType.RotateNoneFlipY);
return bmp;
}
catch (Exception e)