summaryrefslogtreecommitdiffhomepage
path: root/editor/app.hpp
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2022-10-24 16:47:38 +0200
committerStanislaw Halik <sthalik@misaki.pl>2022-10-24 16:47:38 +0200
commit27a04888cfeca3d3db127744dde60b67fe497b94 (patch)
tree95fdea56cd0832e272ed853c38b5c412c0d6f8c2 /editor/app.hpp
parentbb17be56d2cd22949bf485c518d543a7e79a6b7d (diff)
a
Diffstat (limited to 'editor/app.hpp')
-rw-r--r--editor/app.hpp2
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;
};