summaryrefslogtreecommitdiffhomepage
path: root/src/camera-offset.hpp
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2022-10-18 01:55:30 +0200
committerStanislaw Halik <sthalik@misaki.pl>2022-10-18 01:55:30 +0200
commitaebec6e9b095149252bf1e4642c211ae98efdf84 (patch)
treedfb9919de3fa8bb1a7ff99c9cb3fcbf17186e7c2 /src/camera-offset.hpp
parent2ce80cb4a85cc47dc10f0b70839b2d0f2381cca8 (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 927d5693..07b9f398 100644
--- a/src/camera-offset.hpp
+++ b/src/camera-offset.hpp
@@ -12,7 +12,7 @@ struct with_shifted_camera_offset final
~with_shifted_camera_offset();
private:
tile_shader& _shader; // NOLINT
- Vector2 _offset;
+ Vector2d _offset;
};
} // namespace floormat