mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-02-20 19:39:41 +00:00
Fix DEFAULT_OUTPUT for OpenAL_Output
This commit is contained in:
parent
2e28819243
commit
277597c567
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@ namespace MWSound
|
|||
friend class SoundManager;
|
||||
};
|
||||
#ifndef DEFAULT_OUTPUT
|
||||
#define DEFAULT_OUTPUT OpenAL_Output
|
||||
#define DEFAULT_OUTPUT (::MWSound::OpenAL_Output)
|
||||
#endif
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue