remove volume reduction on preview

it doubles with global reduction
This commit is contained in:
Aergwyn 2018-01-12 17:09:57 +01:00
parent 4ef23a8ee8
commit 1c5b3d009c
1 changed files with 0 additions and 3 deletions

View File

@ -174,10 +174,7 @@ public TrackLoader(string preview)
private void load(AudioManager audio)
{
if (!string.IsNullOrEmpty(preview))
{
Preview = audio.Track.Get(preview);
Preview.Volume.Value = 0.5;
}
}
}
}