Skip to content

Releases: AndyDeany/pygame-template

0.9.2 release

09 Dec 12:22
2377a17
Compare
Choose a tag to compare
  • Fix bug which caused the game to crash when a single view used up
    more than game.max_allowed_ram.

  • Fix default max_allowed_ram to be 1GB as it was supposed to be.
    It was incorrectly set to 1B in previous versions.

0.9.1 release

09 Dec 11:55
35e71e9
Compare
Choose a tag to compare
  • Fix fatal bug (bad reference) in Game.set_view() that caused a crash 100% of the time.