summaryrefslogtreecommitdiff
path: root/src/geometry
diff options
context:
space:
mode:
authorKonstantin Käfer <mail@kkaefer.com>2014-03-25 12:24:56 +0100
committerKonstantin Käfer <mail@kkaefer.com>2014-03-25 12:24:56 +0100
commit25e2d8504b083aea2788076af7b83c4bf4ac1a04 (patch)
tree290d527aaaaefd84cc94cd7b6c944a6974efffb2 /src/geometry
parent3a9a9043785ab0272808753d54036948b05a89b1 (diff)
downloadqtlocation-mapboxgl-25e2d8504b083aea2788076af7b83c4bf4ac1a04.tar.gz
debug changes
Diffstat (limited to 'src/geometry')
-rw-r--r--src/geometry/glyph_atlas.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/geometry/glyph_atlas.cpp b/src/geometry/glyph_atlas.cpp
index f5eb59f567..200d281f7c 100644
--- a/src/geometry/glyph_atlas.cpp
+++ b/src/geometry/glyph_atlas.cpp
@@ -137,6 +137,6 @@ void GlyphAtlas::bind() {
glTexImage2D(GL_TEXTURE_2D, 0, GL_ALPHA, width, height, 0, GL_ALPHA, GL_UNSIGNED_BYTE, data);
dirty = false;
- platform::show_debug_image("Glyph Atlas", data, width, height);
+ // platform::show_debug_image("Glyph Atlas", data, width, height);
}
};