Skip to content

Commit

Permalink
- removed duplicated line of code
Browse files Browse the repository at this point in the history
  • Loading branch information
alexey-lysiuk committed Oct 28, 2020
1 parent f258960 commit 2ebf38c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/common/audio/sound/oalsound.cpp
Expand Up @@ -556,7 +556,6 @@ OpenALSoundRenderer::OpenALSoundRenderer()
ALC.EXT_disconnect = !!alcIsExtensionPresent(Device, "ALC_EXT_disconnect");
ALC.SOFT_HRTF = !!alcIsExtensionPresent(Device, "ALC_SOFT_HRTF");
ALC.SOFT_pause_device = !!alcIsExtensionPresent(Device, "ALC_SOFT_pause_device");
ALC.SOFT_pause_device = !!alcIsExtensionPresent(Device, "ALC_SOFT_pause_device");
ALC.SOFT_output_limiter = !!alcIsExtensionPresent(Device, "ALC_SOFT_output_limiter");

const ALCchar *current = NULL;
Expand Down

0 comments on commit 2ebf38c

Please sign in to comment.