Time for another update! This time it's just a bug fix, but it's a pretty big one.
- Fixed a memory leak related to the timer
Turns out, for some reason the new timer was leaking memory, meaning it kept using more and more memory but it didn't release any. This, of course, isn't a good thing, because it could cause the game to lag or even crash if you kept it running for long enough.
While I wasn't able to entirely figure out why it happens (it's something buried deep within the HaxeFlixel/OpenFL/Lime libs) I found a way around it. And hey, in gamedev, that's usually good enough...
Thanks for all the support, everybody!
-Ando
Changed files in this update