mirror of
https://github.com/lifegpc/GARbro.git
synced 2026-06-06 21:49:00 +08:00
(WBM): disabled "dat" extension.
This commit is contained in:
@@ -39,7 +39,7 @@ namespace GameRes.Formats.Hypatia
|
||||
|
||||
public WbmFormat ()
|
||||
{
|
||||
Extensions = new[] { "dat", "wbm" };
|
||||
Extensions = new[] { "wbm"/*, "dat"*/ };
|
||||
}
|
||||
|
||||
public override ImageMetaData ReadMetaData (IBinaryStream file)
|
||||
|
||||
Reference in New Issue
Block a user