From 03e400e00224e8012d4272ad9ebcba0bc11ed3f5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Konstantin=20K=C3=A4fer?= Date: Fri, 20 Mar 2015 18:53:44 +0100 Subject: make the debug flag atomic and move to MapData --- include/mbgl/map/map.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/mbgl/map/map.hpp b/include/mbgl/map/map.hpp index 9ea5c72f6e..71e81d0771 100644 --- a/include/mbgl/map/map.hpp +++ b/include/mbgl/map/map.hpp @@ -80,6 +80,7 @@ public: enum class Update : UpdateType { Nothing = 0, StyleInfo = 1 << 0, + Debug = 1 << 1, }; void triggerUpdate(Update = Update::Nothing); @@ -254,7 +255,6 @@ private: std::chrono::steady_clock::duration defaultTransitionDuration; - bool debug = false; std::chrono::steady_clock::time_point animationTime = std::chrono::steady_clock::time_point::min(); std::set> activeSources; -- cgit v1.2.1