mirror of https://github.com/AxioDL/metaforce.git
ViewManager destruction order fix
This commit is contained in:
parent
df492ff32a
commit
914c1ec51a
|
@ -24,6 +24,7 @@ class ViewManager : public specter::IViewManager
|
|||
friend class RootSpace;
|
||||
friend class SplitSpace;
|
||||
|
||||
std::unique_ptr<boo::IWindow> m_mainWindow;
|
||||
hecl::Runtime::FileStoreManager& m_fileStoreManager;
|
||||
hecl::CVarManager& m_cvarManager;
|
||||
ProjectManager m_projManager;
|
||||
|
@ -33,7 +34,6 @@ class ViewManager : public specter::IViewManager
|
|||
boo::GraphicsDataToken m_iconsToken;
|
||||
boo::GraphicsDataToken m_badgeToken;
|
||||
specter::Translator m_translator;
|
||||
std::unique_ptr<boo::IWindow> m_mainWindow;
|
||||
boo::IGraphicsDataFactory* m_mainBooFactory = nullptr;
|
||||
boo::IGraphicsCommandQueue* m_mainCommandQueue = nullptr;
|
||||
boo::ITextureR* m_renderTex = nullptr;
|
||||
|
|
2
hecl
2
hecl
|
@ -1 +1 @@
|
|||
Subproject commit 239a73cba2f780e0d8e3190806b0f98dae4be626
|
||||
Subproject commit c2ebe6e7dc87c556804b66f4220d159be0767fa4
|
Loading…
Reference in New Issue