mirror of
https://github.com/osukey/osukey.git
synced 2025-07-02 08:49:59 +09:00
Fix missed identifier typos
This commit is contained in:
@ -533,9 +533,9 @@ namespace osu.Game.Rulesets.Objects.Drawables
|
||||
protected double CalculateSamplePlaybackBalance(double position)
|
||||
{
|
||||
float balanceAdjustAmount = positionalHitsoundsLevel.Value * 2;
|
||||
double returnedvalue = balanceAdjustAmount * (position - 0.5f);
|
||||
double returnedValue = balanceAdjustAmount * (position - 0.5f);
|
||||
|
||||
return returnedvalue;
|
||||
return returnedValue;
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
Reference in New Issue
Block a user