diff options
| author | Stanislaw Halik <sthalik@misaki.pl> | 2022-10-18 01:55:30 +0200 |
|---|---|---|
| committer | Stanislaw Halik <sthalik@misaki.pl> | 2022-10-18 01:55:30 +0200 |
| commit | aebec6e9b095149252bf1e4642c211ae98efdf84 (patch) | |
| tree | dfb9919de3fa8bb1a7ff99c9cb3fcbf17186e7c2 /src/camera-offset.hpp | |
| parent | 2ce80cb4a85cc47dc10f0b70839b2d0f2381cca8 (diff) | |
a
Diffstat (limited to 'src/camera-offset.hpp')
| -rw-r--r-- | src/camera-offset.hpp | 2 |
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 |
