mirror of
https://github.com/osukey/osukey.git
synced 2025-05-17 11:37:32 +09: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…
x
Reference in New Issue
Block a user