From 7d42789108ea207caf809fc2da81ccc21aa01892 Mon Sep 17 00:00:00 2001 From: Jack Andersen Date: Wed, 24 Feb 2016 16:54:33 -1000 Subject: [PATCH] Update boo --- hecl/extern/libBoo | 2 +- hecl/test/main.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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());