MountainRange / MULE

OSS Mule, Built To New Heights :sunrise_over_mountains:
GNU General Public License v3.0
5 stars 0 forks source link

Sound stops when user clicks File->Close #66

Closed joshhting closed 8 years ago

joshhting commented 8 years ago

Fixed #65

joshhting commented 8 years ago

Alright I changed it. I originally chose not to do it that way because I assumed that primaryStage.setOnCloseRequest() was already being called implicitly as a side effect of calling primaryStage.close(). Guess I assumed wrong

jgkamat commented 8 years ago

It might be actually called, I'm just adding it to be safe. System.exit is what actually closes it.

jgkamat commented 8 years ago

I'm merging now, +1