mirror of
https://github.com/osukey/osukey.git
synced 2025-07-03 01:09:57 +09:00
Fix ScoreInfo not getting set
This commit is contained in:
@ -36,7 +36,7 @@ namespace osu.Game.Scoring.Legacy
|
||||
currentRuleset = GetRuleset(sr.ReadByte());
|
||||
var scoreInfo = new LegacyScoreInfo { Ruleset = currentRuleset.RulesetInfo };
|
||||
|
||||
scoreInfo = scoreInfo;
|
||||
score.ScoreInfo = scoreInfo;
|
||||
|
||||
var version = sr.ReadInt32();
|
||||
|
||||
|
Reference in New Issue
Block a user