mirror of https://github.com/AxioDL/metaforce.git
uncommitted resources bug fix
This commit is contained in:
parent
b86b523ea0
commit
bb0ee2e6d9
|
@ -40,7 +40,7 @@ class PathButtons : public ScrollView
|
||||||
void draw(boo::IGraphicsCommandQueue* gfxQ);
|
void draw(boo::IGraphicsCommandQueue* gfxQ);
|
||||||
|
|
||||||
ContentView(ViewResources& res, PathButtons& pb)
|
ContentView(ViewResources& res, PathButtons& pb)
|
||||||
: View(res, pb), m_pb(pb) {}
|
: View(res, pb), m_pb(pb) {commitResources(res);}
|
||||||
};
|
};
|
||||||
ViewChild<std::unique_ptr<ContentView>> m_contentView;
|
ViewChild<std::unique_ptr<ContentView>> m_contentView;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue