mirror of
https://github.com/RaindropViewer/RaindropViewer.git
synced 2026-07-27 22:11:39 +00:00
simplify TGALoader. image might end up flipped or weird-colored and lose ability to decode 8-bit tga.
This commit is contained in:
@@ -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
Reference in New Issue
Block a user