Commit 8d448255 authored by nanahira's avatar nanahira

fix

parent bad2dc05
......@@ -356,7 +356,7 @@ class ParseOsu{
}
}
this.scoremode = 2;
var autoscore = new AutoScore(this._difficulty, this.difficulty.overallDifficulty, 2, circles);
var autoscore = new AutoScore(this._difficulty, parseInt(this.difficulty.overallDifficulty), 2, circles);
this.scoreinit = autoscore.ScoreInit;
this.scorediff = autoscore.ScoreDiff;
return circles
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment