mirror of
https://github.com/osukey/osukey.git
synced 2025-07-03 01:09:57 +09:00
Remove unused method (was moved to a more local location)
This commit is contained in:
@ -210,19 +210,6 @@ namespace osu.Game.Screens.Play
|
||||
base.Update();
|
||||
}
|
||||
|
||||
private double getTrueGameplayRate()
|
||||
{
|
||||
double baseRate = track.Rate;
|
||||
|
||||
if (speedAdjustmentsApplied)
|
||||
{
|
||||
baseRate /= UserPlaybackRate.Value;
|
||||
baseRate /= pauseFreqAdjust.Value;
|
||||
}
|
||||
|
||||
return baseRate;
|
||||
}
|
||||
|
||||
private bool speedAdjustmentsApplied;
|
||||
|
||||
private void updateRate()
|
||||
|
Reference in New Issue
Block a user