mirror of
https://github.com/crskycode/GARbro.git
synced 2024-12-23 19:34:15 +08:00
(WBM): disabled "dat" extension.
This commit is contained in:
parent
30ad9dbd6a
commit
e4e33d2d09
@ -39,7 +39,7 @@ namespace GameRes.Formats.Hypatia
|
||||
|
||||
public WbmFormat ()
|
||||
{
|
||||
Extensions = new[] { "dat", "wbm" };
|
||||
Extensions = new[] { "wbm"/*, "dat"*/ };
|
||||
}
|
||||
|
||||
public override ImageMetaData ReadMetaData (IBinaryStream file)
|
||||
|
Loading…
x
Reference in New Issue
Block a user