Fix: return grade?
This commit is contained in:
@@ -112,7 +112,7 @@ Grade PlayerStageStats::GetGradeFromPercent( float fPercent )
|
||||
break;
|
||||
}
|
||||
}
|
||||
return g;
|
||||
return grade;
|
||||
}
|
||||
|
||||
Grade PlayerStageStats::GetGrade() const
|
||||
|
||||
Reference in New Issue
Block a user