summaryrefslogtreecommitdiffhomepage
path: root/src/camera-offset.hpp
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2022-11-29 23:22:00 +0100
committerStanislaw Halik <sthalik@misaki.pl>2022-11-29 23:22:00 +0100
commit1b5a4bb5084c79a79da50affc5d9c8cd94fd47d7 (patch)
treebf417efcd127181005ec74fe89ec0bf8ffce1254 /src/camera-offset.hpp
parent610ed8153aa576aa60137a67edb6af2e45a5a205 (diff)
camera-offset: disallow nesting
Diffstat (limited to 'src/camera-offset.hpp')
-rw-r--r--src/camera-offset.hpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/camera-offset.hpp b/src/camera-offset.hpp
index ef098694..80fc004e 100644
--- a/src/camera-offset.hpp
+++ b/src/camera-offset.hpp
@@ -14,7 +14,6 @@ struct with_shifted_camera_offset final
private:
tile_shader& _shader; // NOLINT
Vector2d _camera;
- float _depth;
};
} // namespace floormat