mirror of
https://github.com/crskycode/GARbro.git
synced 2026-06-10 07:38:58 +08:00
(ImageMB): forgor deault branch in switch.
This commit is contained in:
@@ -56,6 +56,8 @@ namespace GameRes.Formats
|
||||
if ('L' != c2)
|
||||
return null;
|
||||
break;
|
||||
default:
|
||||
return null;
|
||||
}
|
||||
using (var bmp = OpenAsBitmap (stream))
|
||||
return Bmp.ReadMetaData (bmp);
|
||||
|
||||
Reference in New Issue
Block a user