(Legacy): removed default extension from YPF image format.

This commit is contained in:
morkt 2017-12-19 21:13:05 +04:00
parent b63fb04159
commit 1f91ba4719

View File

@ -39,6 +39,7 @@ namespace GameRes.Formats.Nabe
public YpfFormat ()
{
Signatures = new uint[] { 0, 1, 2, 3 };
Extensions = new string[] { "" };
}
public override ImageMetaData ReadMetaData (IBinaryStream file)