diff --git a/drape/font_texture.cpp b/drape/font_texture.cpp index ea2bacbbd9..07dd29e893 100644 --- a/drape/font_texture.cpp +++ b/drape/font_texture.cpp @@ -226,6 +226,9 @@ void GlyphIndex::UploadResources(ref_ptr texture) ++it; } + if (pendingNodes.empty()) + return; + buffer_vector ranges; buffer_vector maxHeights; ranges.push_back(0);