diff options
author | Konstantin Käfer <mail@kkaefer.com> | 2014-03-25 12:24:56 +0100 |
---|---|---|
committer | Konstantin Käfer <mail@kkaefer.com> | 2014-03-25 12:24:56 +0100 |
commit | 25e2d8504b083aea2788076af7b83c4bf4ac1a04 (patch) | |
tree | 290d527aaaaefd84cc94cd7b6c944a6974efffb2 /src/geometry | |
parent | 3a9a9043785ab0272808753d54036948b05a89b1 (diff) | |
download | qtlocation-mapboxgl-25e2d8504b083aea2788076af7b83c4bf4ac1a04.tar.gz |
debug changes
Diffstat (limited to 'src/geometry')
-rw-r--r-- | src/geometry/glyph_atlas.cpp | 2 |
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); } }; |