mirror of
https://github.com/ppy/osu.git
synced 2025-01-14 17:52:56 +08:00
Fix build issue
This commit is contained in:
parent
ec6a40af33
commit
06224a7d4e
@ -85,7 +85,7 @@ namespace osu.Game.Skinning
|
||||
ch.Volume.Value = s.Volume / 100.0;
|
||||
|
||||
foreach (var adjustment in adjustments)
|
||||
ch.AddAdjustment(adjust.Item1, adjust.Item2);
|
||||
ch.AddAdjustment(adjustment.Item1, adjustment.Item2);
|
||||
}
|
||||
|
||||
return ch;
|
||||
|
Loading…
Reference in New Issue
Block a user