diff options
author | chai <chaifix@163.com> | 2021-11-08 09:23:38 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2021-11-08 09:23:38 +0800 |
commit | 138d3f4d3d6e2aaf5ba34f89af15ef85ea074357 (patch) | |
tree | 31ca6e8ea6d2e960e8d35f801bd92555942822e2 /Editor/EditorApplication.cpp | |
parent | efce5b6bd5c9d4f8214a71e0f7a7c35751710a4c (diff) |
*misc
Diffstat (limited to 'Editor/EditorApplication.cpp')
-rw-r--r-- | Editor/EditorApplication.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Editor/EditorApplication.cpp b/Editor/EditorApplication.cpp index 5089d0b..59af056 100644 --- a/Editor/EditorApplication.cpp +++ b/Editor/EditorApplication.cpp @@ -41,5 +41,5 @@ void EditorApplication::PullMessage() void EditorApplication::OnQuit()
{
-
+ ExitProcess(0);
}
\ No newline at end of file |