mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-05 01:20:42 +00:00
efe65520de
* Apparently Application.Exit() doesn't close immediately and can throw an exception, leaving the UI open while the updater tries to run and nothing works. Environment.Exit(0) should do better hopefully.