MaKiPL / OpenVIII-monogame

Open source Final Fantasy VIII engine implementation in C# working on Windows and Linux (Android and iOS planned too!) [Monogame]
MIT License
637 stars 58 forks source link

Exceptions when exit and not using escape. #94

Closed Sebanisu closed 5 years ago

Sebanisu commented 5 years ago

if you press X in the corner it unloads the graphicsdevice so then anything that uses textures can cause an exception. Where escape uses a graceful exit basically checks to see if it's okay to close the game before it does. I'm reading how to capture the close button. Though the code I tried isn't working.

Sebanisu commented 5 years ago

I think i fixed it lol