mirror of
https://github.com/kyleneideck/BackgroundMusic
synced 2024-11-10 06:34:22 +00:00
Fix comment referencing INT_MAX instead of INT_MIN
This commit is contained in:
parent
69fb7f69e3
commit
89186d526f
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@
|
|||
bgmMenu:(NSMenu*)inMenu
|
||||
appVolumeView:(NSView*)inView;
|
||||
|
||||
// Pass -1 for initialVolume or INT_MAX for initialPan to leave the volume/pan at its default level.
|
||||
// Pass -1 for initialVolume or INT_MIN for initialPan to leave the volume/pan at its default level.
|
||||
- (void) insertMenuItemForApp:(NSRunningApplication*)app
|
||||
initialVolume:(int)volume
|
||||
initialPan:(int)pan;
|
||||
|
|
Loading…
Reference in a new issue