2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-07-08 02:05:52 +00:00

Update zeus

This commit is contained in:
Jack Andersen 2017-05-05 19:21:32 -10:00
parent 57b349b734
commit 76fffed4d3
2 changed files with 2 additions and 2 deletions

View File

@ -16,7 +16,7 @@ RootView::RootView(IViewManager& viewMan, ViewResources& res, boo::IWindow* wind
{ {
buildResources(ctx, res); buildResources(ctx, res);
m_splitMenuSystem.emplace(*this, ctx); m_splitMenuSystem.emplace(*this, ctx);
m_renderTex = ctx.newRenderTexture(rect.size[0], rect.size[1], 1, 2); m_renderTex = ctx.newRenderTexture(rect.size[0], rect.size[1], 1, 3);
return true; return true;
}); });
resized(rect, rect); resized(rect, rect);

@ -1 +1 @@
Subproject commit 83ef557a027020d552106f001431f3415bd9a9de Subproject commit 21b0eb15c849f7ede95be03f8e7669198ea1f089