From a7f62791405659a7dd54d9bbd42233bdb6dcb0e4 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Sun, 19 Jan 2003 00:55:14 +0000 Subject: [PATCH] use GetTexture --- stepmania/src/BitmapText.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stepmania/src/BitmapText.cpp b/stepmania/src/BitmapText.cpp index 3d6d6d3d69..9cb4f8bb87 100644 --- a/stepmania/src/BitmapText.cpp +++ b/stepmania/src/BitmapText.cpp @@ -186,7 +186,7 @@ void BitmapText::BuildChars() v[3].t = RageVector2( g.rect.right, g.rect.top ); verts.insert(verts.end(), &v[0], &v[4]); - tex.push_back(m_pFont->GetGlyphTexture(szLine[j])); + tex.push_back(g.GetTexture()); } /* The amount of padding a line needs: */