kylepulver / Otter

2d game making framework built on top of SFML.Net
MIT License
54 stars 10 forks source link

Modified Game class to implement IDisposable #6

Closed WillSams closed 4 years ago

WillSams commented 4 years ago

Implemented IDisposable to clean up resources when the Game object's lifetime comes to an end. Also, I fixed a bug I introduced in the first pull request when I removed XInitThreads().

This will probably be the last pull request for a bit.