alpine-alpaca / asefile

Library for loading Aseprite files. Directly reads binary Aseprite files and does not require you to export files to JSON.
MIT License
43 stars 15 forks source link

fix clippy warnings in blend.rs #7

Closed B-Reif closed 3 years ago

B-Reif commented 3 years ago

This PR just renames some variables and moves around some if-else blocks to stop clippy complaining.