Debugger: Stop remote server in full shutdown.

Hopefully helps #12630, we shouldn't have tied it to graphics.
This commit is contained in:
Unknown W. Brackets 2020-02-29 18:45:14 -08:00
parent e7ddc94fb9
commit b37a906649

View File

@ -900,7 +900,6 @@ void NativeShutdownGraphics() {
}
#endif
ShutdownWebServer();
UIBackgroundShutdown();
delete g_gameInfoCache;
@ -1347,6 +1346,8 @@ void NativeShutdown() {
ILOG("NativeShutdown called");
ShutdownWebServer();
System_SendMessage("finish", "");
net::Shutdown();