diff --git a/src/gui/Font.h b/src/gui/Font.h index e8a6b6a..bf37608 100644 --- a/src/gui/Font.h +++ b/src/gui/Font.h @@ -21,7 +21,7 @@ namespace jes int get_top() { return m_top; } int get_left() { return m_left; } int get_advance() { return m_advance; } - void draw() + void render() { glBindTexture(GL_TEXTURE_2D, m_texture_id); glEnableVertexAttribArray(0);