#35411 Onlineゴーストでのグラフ表示値で端数処理に問題があったため修正
@@ -321,7 +321,7 @@ | ||
321 | 321 | this.actGraph.dbグラフ値現在_渡 = 100 * |
322 | 322 | (this.nヒット数_Auto含まない.Drums.Perfect * 17 + |
323 | 323 | this.nヒット数_Auto含まない.Drums.Great * 7 + |
324 | - this.actCombo.n現在のコンボ数.Drums最高値 * 3) / (20 * CDTXMania.DTX.n可視チップ数.Drums); | |
324 | + this.actCombo.n現在のコンボ数.Drums最高値 * 3) / (20.0 * CDTXMania.DTX.n可視チップ数.Drums); | |
325 | 325 | } |
326 | 326 | return eJudgeResult; |
327 | 327 | } |
@@ -2093,7 +2093,7 @@ | ||
2093 | 2093 | val = 100 * |
2094 | 2094 | (this.nヒット数_TargetGhost.Drums.Perfect * 17 + |
2095 | 2095 | this.nヒット数_TargetGhost.Drums.Great * 7 + |
2096 | - this.n最大コンボ数_TargetGhost.Drums * 3) / (20 * CDTXMania.DTX.n可視チップ数.Drums); | |
2096 | + this.n最大コンボ数_TargetGhost.Drums * 3) / (20.0 * CDTXMania.DTX.n可視チップ数.Drums); | |
2097 | 2097 | } |
2098 | 2098 | } |
2099 | 2099 | else |