mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-09-21 05:09:37 +00:00
Minor lambda edit
This commit is contained in:
parent
f41f0e0e77
commit
83153386ed
@ -12,7 +12,7 @@ RootView::RootView(IViewManager& viewMan, ViewResources& res, boo::IWindow* wind
|
||||
{
|
||||
window->setCallback(&m_events);
|
||||
boo::SWindowRect rect = window->getWindowFrame();
|
||||
commitResources(res, [&](boo::IGraphicsDataFactory::Context& ctx) -> bool
|
||||
commitResources(res, [&](boo::IGraphicsDataFactory::Context& ctx)
|
||||
{
|
||||
buildResources(ctx, res);
|
||||
m_splitMenuSystem.emplace(*this, ctx);
|
||||
|
Loading…
x
Reference in New Issue
Block a user