tristanred / MicroEngine

GameEngine project based roughly on my previous CommsFramework engine.
MIT License
1 stars 0 forks source link

SDL Destructors #14

Closed tristanred closed 4 years ago

tristanred commented 4 years ago

Added a few remaining deletes and that was it.

Tested on the XCode and Visual Studio profilers using a dummy program to spawn and destroy particules and no leaks were detected.

At this moment, no leaks are detected in the engine so anything that comes up will be a bug.

Closes #13