summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/mbgl/map/map.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/mbgl/map/map.hpp b/include/mbgl/map/map.hpp
index 4cd9293c9b..06695778eb 100644
--- a/include/mbgl/map/map.hpp
+++ b/include/mbgl/map/map.hpp
@@ -58,6 +58,7 @@ public:
// Pauses the render thread. The render thread will stop running but will not be terminated and will not lose state until resumed.
void pause();
+ bool isPaused();
// Resumes a paused render thread
void resume();