summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorBruno de Oliveira Abinader <bruno@mapbox.com>2016-06-20 13:18:16 +0300
committerBruno de Oliveira Abinader <bruno@mapbox.com>2016-06-20 13:24:20 +0300
commit97dffeb03dba6ae949ca9ce2e054ceab3acb99b7 (patch)
tree19c03819a2f26a224db79885c71a18a0625fbc5c /include
parentdf5a39570819abc6e083bee8bc1fc9da8d92b68c (diff)
downloadqtlocation-mapboxgl-97dffeb03dba6ae949ca9ce2e054ceab3acb99b7.tar.gz
[core] s/Wireframe/Overdraw/g
Diffstat (limited to 'include')
-rw-r--r--include/mbgl/map/mode.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/mbgl/map/mode.hpp b/include/mbgl/map/mode.hpp
index 80ba4d7563..c9b9f60953 100644
--- a/include/mbgl/map/mode.hpp
+++ b/include/mbgl/map/mode.hpp
@@ -43,7 +43,7 @@ enum class MapDebugOptions : EnumType {
ParseStatus = 1 << 2,
Timestamps = 1 << 3,
Collision = 1 << 4,
- Wireframe = 1 << 5,
+ Overdraw = 1 << 5,
// FIXME: https://github.com/mapbox/mapbox-gl-native/issues/5117
#ifndef GL_ES_VERSION_2_0
StencilClip = 1 << 6,