Retain Apple bridge services and bind Win32 runtime
This commit is contained in:
@@ -4,6 +4,7 @@
|
||||
|
||||
#include "app.h"
|
||||
#include "legacy_preference_storage.h"
|
||||
#include "platform_windows/windows_runtime_shell.h"
|
||||
#include "platform_windows/windows_stylus_input.h"
|
||||
|
||||
namespace pp::platform::windows {
|
||||
@@ -50,6 +51,7 @@ void handle_window_close_message(VrShellState& vr)
|
||||
App::I->runtime().ui_thread_stop();
|
||||
App::I->runtime().render_thread_stop();
|
||||
App::I->terminate();
|
||||
bind_runtime(nullptr);
|
||||
delete App::I;
|
||||
PostQuitMessage(0);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user