diff options
Diffstat (limited to 'floormat/app.hpp')
-rw-r--r-- | floormat/app.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/floormat/app.hpp b/floormat/app.hpp index 50dca6f9..91ca9a8b 100644 --- a/floormat/app.hpp +++ b/floormat/app.hpp @@ -18,7 +18,7 @@ struct chunk; struct floormat_app { - struct z_bounds final { int8_t min, max; }; + struct z_bounds final { int8_t min, max, cur; bool only; }; explicit floormat_app() noexcept; virtual ~floormat_app() noexcept; |