diff options
Diffstat (limited to 'logic/state.hpp')
-rw-r--r-- | logic/state.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/logic/state.hpp b/logic/state.hpp index 589de5ff..fb9587bf 100644 --- a/logic/state.hpp +++ b/logic/state.hpp @@ -23,7 +23,7 @@ struct State State(const QString& library_path) : modules(library_path), ev(modules.extensions()), - pose(std::vector<axis_opts*>{&s.a_x, &s.a_y, &s.a_z, &s.a_yaw, &s.a_pitch, &s.a_roll}) + pose(s.all_axis_opts) {} Modules modules; event_handler ev; |