summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKonstantin Käfer <mail@kkaefer.com>2015-07-06 11:17:17 +0200
committerKonstantin Käfer <mail@kkaefer.com>2015-07-08 19:46:02 +0200
commitc5ed00ae7a3d82d28f6175b404e16cfffd782bbf (patch)
treeb2cc1d6d5252d6e5e0e2d4ebe1a8eb2286a741da
parent746e4d20ee99e030b70a1e8ab272de9dfcb7dfa1 (diff)
downloadqtlocation-mapboxgl-c5ed00ae7a3d82d28f6175b404e16cfffd782bbf.tar.gz
fix sprite debug window code
-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 067c5a4062..c2fc23bf9c 100644
--- a/src/mbgl/geometry/glyph_atlas.cpp
+++ b/src/mbgl/geometry/glyph_atlas.cpp
@@ -176,7 +176,7 @@ void GlyphAtlas::upload() {
dirty = false;
#if defined(DEBUG)
- // platform::showDebugImage("Glyph Atlas", data.get(), width, height);
+ // platform::showDebugImage("Glyph Atlas", reinterpret_cast<char*>(data.get()), width, height);
#endif
}
}