diff --git a/src/Magnum/Text/Renderer.cpp b/src/Magnum/Text/Renderer.cpp index e66249689..2ffed6c6a 100644 --- a/src/Magnum/Text/Renderer.cpp +++ b/src/Magnum/Text/Renderer.cpp @@ -110,8 +110,7 @@ Range2D renderGlyphQuadsInto(const AbstractFont& font, const Float size, const A Range2D rectangle; for(std::size_t i = 0; i != glyphIds.size(); ++i) { /* Offset of the glyph rectangle relative to the cursor, layer, - texture coordinates. We checked that the glyph cache is 2D above - so the layer can be ignored. */ + texture coordinates */ const Containers::Triple cacheGlyph = cache.glyph(*fontId, glyphIds[i]); /* 2---3