From 1010d0d526ad7419449f19ac4db42d63f7731540 Mon Sep 17 00:00:00 2001 From: Nao Pross Date: Fri, 16 Feb 2018 21:10:24 +0100 Subject: Add basic widget implementation (not usable) and configure cmake --- src/main/headers/WorldScene.hpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/main/headers/WorldScene.hpp') diff --git a/src/main/headers/WorldScene.hpp b/src/main/headers/WorldScene.hpp index d21d885..2835842 100644 --- a/src/main/headers/WorldScene.hpp +++ b/src/main/headers/WorldScene.hpp @@ -23,9 +23,10 @@ public: virtual void pan(int dx, int dy); private: - Map map; - + float _zoom = 1; unsigned _tileSize; + + Map _map; }; #endif -- cgit v1.2.1