remove the 100% hack now that the text doesn't overlap
This commit is contained in:
@@ -313,8 +313,6 @@ void PaneDisplay::SetContent( PaneContents c )
|
||||
* be any higher, we don't need to display the decimal places.
|
||||
* Display 1.0 as "100%" instead. */
|
||||
str = PercentageDisplay::FormatPercentScore( val );
|
||||
if( str == "100.00%" )
|
||||
str = "100%";
|
||||
break;
|
||||
case SONG_NUM_STEPS:
|
||||
case SONG_JUMPS:
|
||||
|
||||
Reference in New Issue
Block a user