mirror of
https://github.com/ppy/osu.git
synced 2025-01-15 19:02:57 +08:00
Remove redundant comment
This commit is contained in:
parent
40a33b3382
commit
99f5ca07ce
@ -154,9 +154,6 @@ namespace osu.Game.Screens.Play
|
|||||||
CurrentBreakIndex--;
|
CurrentBreakIndex--;
|
||||||
}
|
}
|
||||||
|
|
||||||
// This ensures that IsBreakTime is generally consistent with the overlay's transforms during a break.
|
|
||||||
// If the current break doesn't have effects, IsBreakTime should be false.
|
|
||||||
// We also assume that the overlay's fade out transform is "not break time".
|
|
||||||
var currentBreak = breaks[CurrentBreakIndex];
|
var currentBreak = breaks[CurrentBreakIndex];
|
||||||
isBreakTime.Value = currentBreak.HasEffect && currentBreak.Contains(time);
|
isBreakTime.Value = currentBreak.HasEffect && currentBreak.Contains(time);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user