FosterFramework / Foster

A small C# game framework
MIT License
422 stars 37 forks source link

Packer.CombineDuplicate incorrectly combines images when trimming #51

Closed NoelFB closed 6 months ago

NoelFB commented 7 months ago

If Packer has both CombineDuplicates and Trim enabled, it will combine images that share the same data but have different trim values, which is incorrect. Each entry must maintain its original trim data even if the resulting images are otherwise the same.

NoelFB commented 6 months ago

Should be resolved with #71