Update boo

This commit is contained in:
Jack Andersen 2016-02-24 16:54:33 -10:00
parent 8db8a14068
commit 7d42789108
2 changed files with 2 additions and 2 deletions

2
hecl/extern/libBoo vendored

@ -1 +1 @@
Subproject commit b11b727c4df653cd23da02f7502ff6da8fabd30f Subproject commit fec5218666cf53691f7926b29d4c373d718b0548

View File

@ -75,7 +75,7 @@ struct HECLApplicationCallback : boo::IApplicationCallback
boo::IGraphicsDataFactory* gfxF = m_mainWindow->getLoadContextDataFactory(); boo::IGraphicsDataFactory* gfxF = m_mainWindow->getLoadContextDataFactory();
boo::SWindowRect mainWindowRect = m_mainWindow->getWindowFrame(); boo::SWindowRect mainWindowRect = m_mainWindow->getWindowFrame();
renderTex = gfxF->newRenderTexture(mainWindowRect.size[0], mainWindowRect.size[1]); renderTex = gfxF->newRenderTexture(mainWindowRect.size[0], mainWindowRect.size[1], false, false);
/* HECL managers */ /* HECL managers */
HECL::Runtime::FileStoreManager fileMgr(app->getUniqueName()); HECL::Runtime::FileStoreManager fileMgr(app->getUniqueName());