mirror of https://github.com/AxioDL/metaforce.git
Update boo
This commit is contained in:
parent
8db8a14068
commit
7d42789108
|
@ -1 +1 @@
|
|||
Subproject commit b11b727c4df653cd23da02f7502ff6da8fabd30f
|
||||
Subproject commit fec5218666cf53691f7926b29d4c373d718b0548
|
|
@ -75,7 +75,7 @@ struct HECLApplicationCallback : boo::IApplicationCallback
|
|||
boo::IGraphicsDataFactory* gfxF = m_mainWindow->getLoadContextDataFactory();
|
||||
|
||||
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::Runtime::FileStoreManager fileMgr(app->getUniqueName());
|
||||
|
|
Loading…
Reference in New Issue