summaryrefslogtreecommitdiff
path: root/src/common.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/common.hpp')
-rw-r--r--src/common.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common.hpp b/src/common.hpp
index 71bc695..9da2d4c 100644
--- a/src/common.hpp
+++ b/src/common.hpp
@@ -251,6 +251,7 @@ namespace interface {
bool panning = false;
sf::Vector2f pan_ref;
bool following = true;
+ v2f_t follow_center = v2f_t(0, 0);
} camera;
struct {