mirror of
https://github.com/ppy/osu.git
synced 2024-11-11 08:27:49 +08:00
Fix beatmap information still showing when testing a beatmap
This commit is contained in:
parent
00527da27d
commit
963c0af814
@ -119,10 +119,10 @@ namespace osu.Game.Users
|
||||
}
|
||||
|
||||
[MessagePackObject]
|
||||
public class TestingBeatmap : InGame
|
||||
public class TestingBeatmap : EditingBeatmap
|
||||
{
|
||||
public TestingBeatmap(IBeatmapInfo beatmapInfo, IRulesetInfo ruleset)
|
||||
: base(beatmapInfo, ruleset)
|
||||
: base(beatmapInfo)
|
||||
{
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user