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:
@@ -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);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user