mirror of
https://github.com/crskycode/GARbro.git
synced 2026-06-16 10:44:17 +08:00
renamed some ImageDecoder properties and classes.
This commit is contained in:
@@ -730,7 +730,7 @@ namespace GameRes
|
||||
return arc_fs.Source.OpenImage (entry);
|
||||
|
||||
var input = fs.OpenBinaryStream (entry);
|
||||
return new ImageStreamDecoder (input);
|
||||
return new ImageFormatDecoder (input);
|
||||
}
|
||||
|
||||
public static Stream OpenStream (string filename)
|
||||
|
||||
Reference in New Issue
Block a user