mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 22:56:36 +09:00
GetScore -> CreateScore.
This commit is contained in:
@ -249,7 +249,7 @@ namespace osu.Game.Screens.Play
|
||||
ValidForResume = false;
|
||||
Push(new Results
|
||||
{
|
||||
Score = scoreProcessor.GetScore()
|
||||
Score = scoreProcessor.CreateScore()
|
||||
});
|
||||
});
|
||||
}
|
||||
|
Reference in New Issue
Block a user