summaryrefslogtreecommitdiffhomepage
path: root/floormat
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2023-04-13 11:32:22 +0200
committerStanislaw Halik <sthalik@misaki.pl>2023-04-13 11:32:22 +0200
commit56e34d8d3388432d342b0c4749cfe044367df668 (patch)
tree66e8a150d835ead020250bf7e49e03924c0c5207 /floormat
parentf513266d49ab0c075a3ab3e1f85dee6129cff1de (diff)
render other layers with transparency in single-z-layer mode
Diffstat (limited to 'floormat')
-rw-r--r--floormat/app.hpp2
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;