修改严重问题
This commit is contained in:
parent
01614f6152
commit
37cb8ae223
|
@ -145,7 +145,7 @@ public class BattleResultsTableModel extends javax.swing.table.AbstractTableMode
|
|||
percent = " (" + NumberFormat.getPercentInstance().format(statistics.getScore() / totalScore) + ")";
|
||||
}
|
||||
return "" + (int) (statistics.getScore() + 0.5) + percent;
|
||||
|
||||
|
||||
case 3:
|
||||
return "" + (int) (statistics.getSurvival() + 0.5);
|
||||
|
||||
|
|
Loading…
Reference in New Issue