(AudioFormat.FindFormat): merged with Read.

This commit is contained in:
morkt
2016-10-17 11:13:40 +04:00
parent 54adb248fd
commit 6b1f971160

View File

@@ -170,11 +170,6 @@ namespace GameRes
}
public static SoundInput Read (IBinaryStream file)
{
return FindFormat (file);
}
public static SoundInput FindFormat (IBinaryStream file)
{
uint signature = file.Signature;
for (;;)