mirror of
https://github.com/kyleneideck/BackgroundMusic
synced 2024-11-22 12:13:03 +00:00
Update comment based on suggestion
Co-authored-by: Kyle Neideck <kyle@bearisdriving.com>
This commit is contained in:
parent
d9a22d1b62
commit
44e3e96986
1 changed files with 1 additions and 1 deletions
|
@ -189,7 +189,7 @@ static NSString* const kMoreAppsMenuTitle = @"More Apps";
|
|||
[(BGMAVM_VolumeSlider*)subview setRelativeVolume:volumeAndPan.volume];
|
||||
}
|
||||
|
||||
// Get the pan position.
|
||||
// Set the pan position.
|
||||
if (volumeAndPan.pan != -1 && [subview isKindOfClass:[BGMAVM_PanSlider class]]) {
|
||||
[(BGMAVM_PanSlider*)subview setPanPosition:volumeAndPan.pan];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue