diff --git a/File_Format_Library/FileFormats/BFRES/BFRES.cs b/File_Format_Library/FileFormats/BFRES/BFRES.cs index 8a100eea..e00ded62 100644 --- a/File_Format_Library/FileFormats/BFRES/BFRES.cs +++ b/File_Format_Library/FileFormats/BFRES/BFRES.cs @@ -809,7 +809,7 @@ namespace FirstPlugin MeshCodec = new MeshCodec(); - bool isMeshCodec = MeshCodec.IsMeshCodec(stream); + bool isMeshCodec = MeshCodec.IsMeshCodecBfres(stream); if (isMeshCodec) MeshCodec.Prepare();