From 25e2d8504b083aea2788076af7b83c4bf4ac1a04 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Konstantin=20Ka=CC=88fer?= Date: Tue, 25 Mar 2014 12:24:56 +0100 Subject: debug changes --- src/geometry/glyph_atlas.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/geometry') 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); } }; -- cgit v1.2.1