fix flickering letters in name entry
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user