summaryrefslogtreecommitdiffhomepage
path: root/editor/app.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'editor/app.hpp')
-rw-r--r--editor/app.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/editor/app.hpp b/editor/app.hpp
index b0f2aa8e..0d99a01f 100644
--- a/editor/app.hpp
+++ b/editor/app.hpp
@@ -29,6 +29,7 @@ struct critter;
struct cursor_state final {
Optional<Vector2i> pixel;
Optional<global_coords> tile;
+ Optional<Vector2b> subpixel;
bool in_imgui = false;
};