Fix build issue

This commit is contained in:
iiSaLMaN 2019-08-29 15:38:33 +03:00
parent ec6a40af33
commit 06224a7d4e
1 changed files with 1 additions and 1 deletions

View File

@ -85,7 +85,7 @@ protected override void SkinChanged(ISkinSource skin, bool allowFallback)
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;