Skip to content

0.22.2

Choose a tag to compare

@github-actions github-actions released this 24 Jun 20:32
· 552 commits to master since this release
9b572db

Added

  • HashMap::new() and HashSet::new() are now const.

Fixed

  • Fixed performance regression in 0.22 when dealing with backgrounds which haven't changed between frames.
  • Fixed a memory leak when creating and destroying AffineBackgrounds a few times.

Improved

  • Improved the performance of the mixer by about 10% in cases where you're playing a lot of mono sounds
    at speeds <= 1.5x (common with trackers).
  • Improved the performance of tile allocation and deallocation.