niemandkun / adddxdx

Simple OpenGL application.
GNU General Public License v3.0
1 stars 0 forks source link

Disposing Destroyables #2

Open niemandkun opened 7 years ago

niemandkun commented 7 years ago

After ServiceLocator refactoring the engine does not cleanup properly.

To do:

  1. Check conjecture about onDestroy() method.
  2. Repair onDestroy() if broken.
  3. Destroy all Destroyable after main loop has finished.