mirror of
https://github.com/ppy/osu.git
synced 2025-03-17 20:07:26 +08:00
Remove redundant qualifiers
This commit is contained in:
parent
8db80b92bb
commit
d3f115bfe2
@ -124,9 +124,9 @@ namespace osu.Game.Graphics.Containers
|
||||
|
||||
double currentTrackTime = clock.CurrentTime + EarlyActivationMilliseconds;
|
||||
|
||||
if (this.beatmap.Value.TrackLoaded && this.beatmap.Value.BeatmapLoaded)
|
||||
if (beatmap.Value.TrackLoaded && beatmap.Value.BeatmapLoaded)
|
||||
{
|
||||
track = this.beatmap.Value.Track;
|
||||
track = beatmap.Value.Track;
|
||||
}
|
||||
|
||||
IsBeatSyncedWithTrack = beatmap != null && clock.IsRunning && track?.Length > 0;
|
||||
|
Loading…
x
Reference in New Issue
Block a user