Skip to content

Commit

Permalink
Fixed KTXProcessor in gdx-tools never exiting. (#4566)
Browse files Browse the repository at this point in the history
  • Loading branch information
RBogie authored and Tom-Ski committed Jan 25, 2017
1 parent 97b83c1 commit 9ac1aeb
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -337,9 +337,12 @@ public void create () {
}

out.close();
System.out.println("Finished");
} catch (Exception e) {
Gdx.app.error("KTXProcessor", "Error writing to file: " + output.getName(), e);
}

Gdx.app.exit();
}
}

Expand Down

0 comments on commit 9ac1aeb

Please sign in to comment.