mirror of
https://github.com/ppy/osu.git
synced 2025-01-15 00:02:54 +08:00
Fix a couple of inspections
This commit is contained in:
parent
2cacdaa11b
commit
d5e0fa322b
@ -33,7 +33,7 @@ namespace osu.Game.Tests.Visual.Gameplay
|
||||
[Resolved]
|
||||
private OsuGameBase game { get; set; }
|
||||
|
||||
private int nextFrame = 0;
|
||||
private int nextFrame;
|
||||
|
||||
public override void SetUpSteps()
|
||||
{
|
||||
|
@ -16,7 +16,7 @@ namespace osu.Game.Screens.Play
|
||||
public ReplayPlayer(Score score, bool allowPause = true, bool showResults = true)
|
||||
: base(allowPause, showResults)
|
||||
{
|
||||
this.Score = score;
|
||||
Score = score;
|
||||
}
|
||||
|
||||
protected override void PrepareReplay()
|
||||
|
Loading…
Reference in New Issue
Block a user