diff --git a/src/state.cpp b/src/state.cpp index 67febab5..0fdcc735 100644 --- a/src/state.cpp +++ b/src/state.cpp @@ -9,4 +9,6 @@ State state; State::State() { auto f = std::make_unique(); + + create = f; }