Skip to content

Release 0.0.5

Choose a tag to compare

@Alexander-Aue-Johr Alexander-Aue-Johr released this 28 May 08:16
· 8 commits to main since this release

Remove PlayState finalizer and avoid creating Flash during cleanup.

The PlayState finalizer could call Dispose long after the PlayState had already
been cleaned up explicitly.

Also avoid touching Flash.Instance during PlayState cleanup. Disposing Flash did
not release anything useful, but accessing the singleton could lazily create it
for the first time during cleanup, at a point where the game may no longer be in
a valid state to load the flash effect.