diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2022-10-24 16:47:38 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2022-10-24 16:47:38 +0200 |
commit | 27a04888cfeca3d3db127744dde60b67fe497b94 (patch) | |
tree | 95fdea56cd0832e272ed853c38b5c412c0d6f8c2 /editor/app.hpp | |
parent | bb17be56d2cd22949bf485c518d543a7e79a6b7d (diff) |
a
Diffstat (limited to 'editor/app.hpp')
-rw-r--r-- | editor/app.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/app.hpp b/editor/app.hpp index b43d0e12..b2fcf480 100644 --- a/editor/app.hpp +++ b/editor/app.hpp @@ -94,7 +94,7 @@ private: wireframe_mesh<wireframe::quad> _wireframe_quad; wireframe_mesh<wireframe::box> _wireframe_box; editor _editor; - enum_bitset<key> _keys; + enum_bitset<key> keys; cursor_state cursor; }; |