simplify TGALoader. image might end up flipped or weird-colored and lose ability to decode 8-bit tga.

This commit is contained in:
alexiscatnip
2021-07-21 01:55:43 +08:00
parent 7d62e642f0
commit 5ddbb791dc
2 changed files with 301 additions and 682 deletions
@@ -356,7 +356,7 @@ namespace OpenMetaverse.Imaging
if (stream != null)
{
var tex = TGALoader.LoadTGA(stream);
var tex = LoadTGAClass.LoadTGA(stream);
bitmap = new Bitmap(tex);
}
}
File diff suppressed because it is too large Load Diff