diff options
author | Chris Robinson <[email protected]> | 2017-04-07 03:21:40 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2017-04-07 03:21:40 -0700 |
commit | 70a097bf59741dca44069ef139a22d2b7e0a9a07 (patch) | |
tree | 4f75a746416c4e52ad4487b12961e171699e73e0 /Alc/panning.c | |
parent | 338d61f9072bfb811266012c2a9c0a290cf353d1 (diff) |
Clean up a comment
Diffstat (limited to 'Alc/panning.c')
-rw-r--r-- | Alc/panning.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Alc/panning.c b/Alc/panning.c index 8a8840fb..63ff618e 100644 --- a/Alc/panning.c +++ b/Alc/panning.c @@ -1166,7 +1166,7 @@ void aluInitRenderer(ALCdevice *device, ALint hrtf_id, enum HrtfRequestMode hrtf Hrtf_DecRef(hrtf); } - /* Reuse the old HRTF if its compatible and any desired HRTF isn't + /* Reuse the old HRTF if it's compatible and any desired HRTF wasn't * compatible. */ if(!device->HrtfHandle && old_hrtf) |