2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-09 01:07:43 +00:00

Add space switching

This commit is contained in:
2016-07-08 18:23:34 -07:00
parent 8b1f70c5cd
commit 4f401acdca
5 changed files with 22 additions and 13 deletions

View File

@@ -38,6 +38,8 @@ public:
{
return new EffectEditor(m_vm, parent, *this);
}
bool usesToolbar() const { return true; }
};
}