From bf8ef93ac244c970a686112ad9f3ab8ccbb53664 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Mon, 29 Aug 2005 04:45:22 +0000 Subject: [PATCH] cleanup --- stepmania/src/Font.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stepmania/src/Font.cpp b/stepmania/src/Font.cpp index 8151c5f92a..c92310a1bc 100644 --- a/stepmania/src/Font.cpp +++ b/stepmania/src/Font.cpp @@ -111,7 +111,7 @@ void FontPage::SetTextureCoords( const vector &widths, int iAdvanceExtraPix /* Make a copy of each texture rect, reducing each to the actual dimensions * of the character (most characters don't take a full block). */ - g.m_TexRect = *m_pTexture->GetTextureCoordRect(i);; + g.m_TexRect = *m_pTexture->GetTextureCoordRect(i); /* Set the width and height to the width and line spacing, respectively. */ g.m_fWidth = float( widths[i] );