2
0
mirror of https://github.com/AxioDL/metaforce.git synced 2025-12-08 21:07:42 +00:00

Update libSpecter

This commit is contained in:
2016-02-01 20:34:46 -08:00
parent dd75a37b66
commit 10b7c624f2
3 changed files with 21 additions and 7 deletions

View File

@@ -8,7 +8,7 @@
namespace URDE
{
class ModelViewer : public Space
class ModelViewer : public ViewerSpace
{
struct State : Space::State
{
@@ -39,7 +39,7 @@ class ModelViewer : public Space
public:
ModelViewer(ViewManager& vm, Space* parent)
: Space(vm, Class::ModelViewer, parent)
: ViewerSpace(vm, Class::ModelViewer, parent)
{
reloadState();
}