summaryrefslogtreecommitdiff
path: root/src/mbgl/style/style.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mbgl/style/style.hpp')
-rw-r--r--src/mbgl/style/style.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mbgl/style/style.hpp b/src/mbgl/style/style.hpp
index fe588c3ce5..c7528483e9 100644
--- a/src/mbgl/style/style.hpp
+++ b/src/mbgl/style/style.hpp
@@ -180,9 +180,9 @@ private:
UpdateBatch updateBatch;
ZoomHistory zoomHistory;
- bool hasPendingTransitions = false;
void removeRenderLayer(const std::string& layerID);
+
public:
bool loaded = false;
};