mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 22:56:36 +09:00
Rename GameplayAdjustments -> AdjustmentsFromMods
This commit is contained in:
@ -997,7 +997,7 @@ namespace osu.Game.Screens.Play
|
||||
mod.ApplyToHUD(HUDOverlay);
|
||||
|
||||
foreach (var mod in GameplayState.Mods.OfType<IApplicableToTrack>())
|
||||
mod.ApplyToTrack(GameplayClockContainer.GameplayAdjustments);
|
||||
mod.ApplyToTrack(GameplayClockContainer.AdjustmentsFromMods);
|
||||
|
||||
updateGameplayState();
|
||||
|
||||
|
Reference in New Issue
Block a user