mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-10 21:47:41 +00:00
Update zeus
This commit is contained in:
@@ -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);
|
||||||
|
|||||||
Submodule specter/zeus updated: 83ef557a02...21b0eb15c8
Reference in New Issue
Block a user