Skip to content

Commit

Permalink
SOUND: Name the sound thread
Browse files Browse the repository at this point in the history
  • Loading branch information
DrMcCoy committed Mar 4, 2017
1 parent 6db0b77 commit 6e0b8ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sound/sound.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ void SoundManager::init() {
_hasMultiChannel = alIsExtensionPresent("AL_EXT_MCFORMATS") != 0;
_format51 = alGetEnumValue("AL_FORMAT_51CHN16");

if (!createThread())
if (!createThread("SoundManager"))
throw Common::Exception("Failed to create sound thread: %s", SDL_GetError());

_hasSound = true;
Expand Down

0 comments on commit 6e0b8ce

Please sign in to comment.