2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-08 23:07:42 +00:00

Update boo

This commit is contained in:
Jack Andersen
2017-07-16 16:46:39 -10:00
parent 2b2e20a983
commit 19dfa2423a
2 changed files with 2 additions and 2 deletions

2
hecl/extern/boo vendored

Submodule hecl/extern/boo updated: 49afde2fb9...b97c82469a

View File

@@ -37,7 +37,7 @@ struct HECLWindowCallback : boo::IWindowCallback
struct HECLApplicationCallback : boo::IApplicationCallback
{
HECLWindowCallback m_windowCb;
boo::IWindow* m_mainWindow = nullptr;
std::shared_ptr<boo::IWindow> m_mainWindow;
bool m_running = true;
int appMain(boo::IApplication* app)