From 56e34d8d3388432d342b0c4749cfe044367df668 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Thu, 13 Apr 2023 11:32:22 +0200 Subject: render other layers with transparency in single-z-layer mode --- floormat/app.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'floormat') 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; -- cgit v1.2.3