2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-08 17:04:55 +00:00

Full-window loop test; resource token fix

This commit is contained in:
Jack Andersen
2016-03-08 13:38:00 -10:00
parent ee3723150d
commit 5f7c6769e3
2 changed files with 8 additions and 2 deletions

View File

@@ -42,7 +42,7 @@ class ViewManager : public specter::IViewManager
ViewManager& m_vm;
public:
ParticleView(ViewManager& vm, specter::ViewResources& res, specter::View& parent)
: View(res, parent), m_vm(vm) {}
: View(res, parent), m_vm(vm) {commitResources(res);}
void resized(const boo::SWindowRect& root, const boo::SWindowRect& sub);
void draw(boo::IGraphicsCommandQueue* gfxQ);
};