diff options
Diffstat (limited to 'main/clickable.hpp')
-rw-r--r-- | main/clickable.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/main/clickable.hpp b/main/clickable.hpp index efc1a7fa..3eee243f 100644 --- a/main/clickable.hpp +++ b/main/clickable.hpp @@ -15,6 +15,7 @@ struct clickable final { float depth = 0; chunk_coords chunk; local_coords pos; + bool mirrored = false; }; } // namespace floormat |