X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;ds=sidebyside;f=src%2Fscreen.cpp;h=6d67820126f5ab24cee9dab9a5ca40934c8a5417;hb=57c3c69cbc7d9b3724874fd83cd001984ac21b6a;hp=a49fa085c1081c92abf7c8bfc54557356d774e60;hpb=c3509a1d169b5ac95623238dfc0badd54b5283ba;p=ipdf%2Fcode.git diff --git a/src/screen.cpp b/src/screen.cpp index a49fa08..6d67820 100644 --- a/src/screen.cpp +++ b/src/screen.cpp @@ -425,6 +425,8 @@ void Screen::DebugFontFlush() glDisable(GL_BLEND); + m_debug_font_vertices.Invalidate(); + m_debug_font_indices.Invalidate(); m_debug_font_vertex_head = 0; m_debug_font_index_head = 0; }