Fix more inspections

This commit is contained in:
smoogipoo
2020-08-07 21:08:03 +09:00
parent 028040344a
commit 961c6dab54
2 changed files with 2 additions and 2 deletions

View File

@ -44,7 +44,7 @@ namespace osu.Game.Tests.Visual
private void beatmapChanged(ValueChangedEvent<WorkingBeatmap> e)
{
Clock.ControlPointInfo = e.NewValue.Beatmap.ControlPointInfo;
Clock.ChangeSource((IAdjustableClock)MusicController.CurrentTrack ?? new StopwatchClock());
Clock.ChangeSource((IAdjustableClock)MusicController.CurrentTrack);
Clock.ProcessFrame();
}