summaryrefslogtreecommitdiffhomepage
path: root/src/camera-offset.hpp
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2023-04-08 11:12:50 +0200
committerStanislaw Halik <sthalik@misaki.pl>2023-04-08 11:12:50 +0200
commitd1984938e4f0cbc24b7b8cc6e219fa873d39418a (patch)
treed00c6cf0ba66c3285d145527360a0e3aeaef6671 /src/camera-offset.hpp
parentd17ed6b4ba01a73d33e3ff3ca8f0f6fb25259223 (diff)
a
Diffstat (limited to 'src/camera-offset.hpp')
-rw-r--r--src/camera-offset.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/camera-offset.hpp b/src/camera-offset.hpp
index 80fc004e..f3b64177 100644
--- a/src/camera-offset.hpp
+++ b/src/camera-offset.hpp
@@ -9,7 +9,7 @@ struct tile_shader;
struct with_shifted_camera_offset final
{
- explicit with_shifted_camera_offset(tile_shader& shader, chunk_coords c, chunk_coords first, chunk_coords last);
+ explicit with_shifted_camera_offset(tile_shader& shader, chunk_coords_ c, chunk_coords first, chunk_coords last);
~with_shifted_camera_offset();
private:
tile_shader& _shader; // NOLINT