Skip to content

Commit

Permalink
[fixed] issue 847, audio wasn't disposed in LwjglCanvas.
Browse files Browse the repository at this point in the history
git-svn-id: http://libgdx.googlecode.com/svn/trunk@3938 6c4fd544-2939-11df-bb46-9574ba5d0bfa
  • Loading branch information
badlogicgames committed May 19, 2012
1 parent 8a741af commit f309074
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -214,6 +214,7 @@ public void stop () {
running = false;
try {
Display.destroy();
audio.dispose();
} catch (Throwable ignored) {
}
EventQueue.invokeLater(new Runnable() {
Expand Down

0 comments on commit f309074

Please sign in to comment.