diff --git a/src/gui/Glyph.h b/src/gui/Glyph.h index d86584b..05913a8 100644 --- a/src/gui/Glyph.h +++ b/src/gui/Glyph.h @@ -13,6 +13,7 @@ public: void render() { m_array->bind(); + m_texture->bind(GL_TEXTURE_2D); glDrawArrays(GL_TRIANGLE_STRIP, 0, 4); }