mirror of
https://git.do.srb2.org/STJr/UltimateZoneBuilder.git
synced 2024-11-23 04:12:12 +00:00
Unfix MaxED's TGA fix
This commit is contained in:
parent
af3d74d186
commit
197f96a059
1 changed files with 0 additions and 4 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue