Update comment based on suggestion

Co-authored-by: Kyle Neideck <kyle@bearisdriving.com>
This commit is contained in:
Marcus Wu 2021-03-23 12:09:42 -04:00 committed by GitHub
parent d9a22d1b62
commit 44e3e96986
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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