diff --git a/hecl/extern/libBoo b/hecl/extern/libBoo index b11b727c4..fec521866 160000 --- a/hecl/extern/libBoo +++ b/hecl/extern/libBoo @@ -1 +1 @@ -Subproject commit b11b727c4df653cd23da02f7502ff6da8fabd30f +Subproject commit fec5218666cf53691f7926b29d4c373d718b0548 diff --git a/hecl/test/main.cpp b/hecl/test/main.cpp index 7cf0c45d2..dce6a194b 100644 --- a/hecl/test/main.cpp +++ b/hecl/test/main.cpp @@ -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());