feat(new_editor): wire project, inspector, and viewport runtime
This commit is contained in:
@@ -3,6 +3,8 @@
|
||||
|
||||
#include <XCEditor/Foundation/UIEditorRuntimeTrace.h>
|
||||
|
||||
#include <XCEngine/Core/Asset/ResourceManager.h>
|
||||
|
||||
#include "State/EditorContext.h"
|
||||
#include "Platform/Win32/EditorWindow.h"
|
||||
#include "Platform/Win32/EditorWindowManager.h"
|
||||
@@ -110,6 +112,8 @@ void Application::Shutdown() {
|
||||
m_windowManager.reset();
|
||||
}
|
||||
|
||||
::XCEngine::Resources::ResourceManager::Get().Shutdown();
|
||||
|
||||
if (m_windowClassAtom != 0 && m_hInstance != nullptr) {
|
||||
UnregisterClassW(kWindowClassName, m_hInstance);
|
||||
m_windowClassAtom = 0;
|
||||
|
||||
Reference in New Issue
Block a user