(ImageMB): forgor deault branch in switch.

This commit is contained in:
morkt 2023-10-12 23:18:13 +04:00
parent f90e2e851c
commit 90cca06742

View File

@ -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);