namespace needs to match the definition in association XML

This commit is contained in:
Michael Becker 2021-06-02 01:57:16 -04:00
parent e2ec2966ec
commit f242a8c304
No known key found for this signature in database
GPG Key ID: 98C333A81F18C22C

View File

@ -53,7 +53,7 @@ namespace UniversalEditor.DataFormats.Multimedia.FileSystem.Microsoft.Merlin
}
MemoryAccessor ma = new MemoryAccessor();
Document.Save(mvarPalette, new DataFormats.Multimedia.Palette.Adobe.ACODataFormat(), ma, true);
Document.Save(mvarPalette, new DataFormats.Multimedia.Palette.Adobe.ACO.ACODataFormat(), ma, true);
fsom.Files.Add("PALETTE.ACO", ma.ToArray());