修改严重问题

This commit is contained in:
zhoudaxia 2016-09-01 22:46:26 +08:00
parent 01614f6152
commit 37cb8ae223
1 changed files with 1 additions and 1 deletions

View File

@ -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);