calculate grade with possible values from radarValues, not from judgement counts from attempted steps
This commit is contained in:
@@ -51,7 +51,7 @@ void SMLoader::LoadFromSMTokens(
|
||||
RadarValues v;
|
||||
FOREACH_RadarCategory(rc)
|
||||
v[rc] = strtof( saValues[rc], NULL );
|
||||
out.SetRadarValues( v );
|
||||
out.SetCachedRadarValues( v );
|
||||
}
|
||||
|
||||
out.SetSMNoteData(sNoteData);
|
||||
|
||||
Reference in New Issue
Block a user