mirror of
https://github.com/KillzXGaming/Switch-Toolbox
synced 2024-11-10 07:04:36 +00:00
Also toggle compression
This commit is contained in:
parent
da87ed0d2c
commit
6826fa01cf
1 changed files with 3 additions and 0 deletions
|
@ -952,7 +952,10 @@ namespace FirstPlugin
|
|||
{
|
||||
//Force mesh codec compression on save
|
||||
if (this.FilePath.EndsWith(".mc"))
|
||||
{
|
||||
this.IFileInfo.FileCompression = new MeshCodecFormat();
|
||||
this.IFileInfo.FileIsCompressed = true;
|
||||
}
|
||||
|
||||
var Models = GetModels();
|
||||
if (Models != null && !IsParticlePrimitive)
|
||||
|
|
Loading…
Reference in a new issue