diff --git a/File_Format_Library/FileFormats/BFRES/BFRES.cs b/File_Format_Library/FileFormats/BFRES/BFRES.cs index 8b15465e..82d69f73 100644 --- a/File_Format_Library/FileFormats/BFRES/BFRES.cs +++ b/File_Format_Library/FileFormats/BFRES/BFRES.cs @@ -811,7 +811,7 @@ namespace FirstPlugin var externalFlags = MeshCodec.GetExternalFlags(stream); //External flags used - if (externalFlags != 0 || this.FileName.EndsWith(".mc")) + if (externalFlags.HasFlag(MeshCodec.ExternalFlags.HasExternalGPU) || this.FileName.EndsWith(".mc")) { //Ensure it uses mc compressor for save this.IFileInfo.FileIsCompressed = true;