diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2022-10-17 17:28:10 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2022-10-17 17:28:10 +0200 |
commit | 5dd1ade46d1c21b840cfdd4acfaf3012a2955f7c (patch) | |
tree | fe2362520ece1cb1ec94f0fd9d903c4543a5297d /main/app.hpp | |
parent | bcb2d0a3f22b1bee1b7d1ab64ae28865d58cc358 (diff) |
a
Diffstat (limited to 'main/app.hpp')
-rw-r--r-- | main/app.hpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/main/app.hpp b/main/app.hpp index 395fa811..2a2a97f9 100644 --- a/main/app.hpp +++ b/main/app.hpp @@ -97,7 +97,6 @@ struct app final : Platform::Application std::optional<Vector2i> _cursor_pos; std::optional<global_coords> _cursor_tile; - static constexpr std::int16_t BASE_X = 0, BASE_Y = 0; }; |