summaryrefslogtreecommitdiff
path: root/src/mbgl
diff options
context:
space:
mode:
authorLeith Bade <leith@mapbox.com>2014-12-25 18:10:16 +1300
committerLeith Bade <leith@mapbox.com>2014-12-25 18:10:16 +1300
commit3aaf1f26f3ae1bcaa864ec8f8c803b6fdecfa92c (patch)
tree08ff133ce7c85060468f18819aaba3dd7c24df9c /src/mbgl
parentb93145afec4ae06ef90bf8d8cf5659ff428d7c6e (diff)
downloadqtlocation-mapboxgl-3aaf1f26f3ae1bcaa864ec8f8c803b6fdecfa92c.tar.gz
Missed rename
Diffstat (limited to 'src/mbgl')
-rw-r--r--src/mbgl/geometry/glyph_atlas.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mbgl/geometry/glyph_atlas.cpp b/src/mbgl/geometry/glyph_atlas.cpp
index fe78bdfd6b..fd429d41a3 100644
--- a/src/mbgl/geometry/glyph_atlas.cpp
+++ b/src/mbgl/geometry/glyph_atlas.cpp
@@ -161,7 +161,7 @@ void GlyphAtlas::bind() {
dirty = false;
#if defined(DEBUG)
- // platform::show_debug_image("Glyph Atlas", data, width, height);
+ // platform::showDebugImage("Glyph Atlas", data, width, height);
#endif
}
};