diff --git a/stepmania/src/Font.h b/stepmania/src/Font.h index dba3fe09c2..a19211b3e6 100644 --- a/stepmania/src/Font.h +++ b/stepmania/src/Font.h @@ -20,6 +20,7 @@ class FontPage; struct glyph { FontPage *fp; RageTexture *Texture; + RageTexture *GetTexture() const { return const_cast(Texture); } /* Number of pixels to advance horizontally after drawing this character. */ int hadvance;