1
0
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:
iiSaLMaN 2019-08-29 15:38:33 +03:00
parent ec6a40af33
commit 06224a7d4e

View File

@ -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;