mirror of
https://github.com/crskycode/GARbro.git
synced 2026-06-06 05:38:48 +08:00
(ImageDecoder.SourceFormat): allow protected set.
This commit is contained in:
@@ -122,7 +122,7 @@ namespace GameRes
|
||||
protected ImageData m_image;
|
||||
|
||||
public Stream Source { get { m_input.Position = 0; return m_input.AsStream; } }
|
||||
public ImageFormat SourceFormat { get { return null; } }
|
||||
public ImageFormat SourceFormat { get; protected set; }
|
||||
public ImageMetaData Info { get; protected set; }
|
||||
public ImageData Image { get { return m_image ?? (m_image = GetImageData()); } }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user