@scarbloods wrote:
I have simple blank project other than adding a song to play in the background.
I load the song file at LoadContent, and play it at BeginRun. In my EndRun, I have MediaPlayer.Stop() being called, however, sometimes upon exiting (by pressing Esc), the game does not immediately close (the audio continues to play, and the process continues to exist). It will continue playing for some time until it finally exits on its own.
What is causing the game to continue running even after Exit() has been called?
Thanks
Posts: 3
Participants: 2