diff --git a/stepmania/src/ScreenNameEntry.cpp b/stepmania/src/ScreenNameEntry.cpp index cbf66e4eee..30b5c160ad 100644 --- a/stepmania/src/ScreenNameEntry.cpp +++ b/stepmania/src/ScreenNameEntry.cpp @@ -83,7 +83,7 @@ float GetClosestCharYOffset( float fFakeBeat ) // return value is relative to gray arrows float GetClosestCharYPos( float fFakeBeat ) { - return roundf( GetClosestCharYOffset(fFakeBeat)*g_fCharsSpacingY ); + return GetClosestCharYOffset(fFakeBeat)*g_fCharsSpacingY; }