mirror of https://github.com/axmolengine/axmol.git
Revert "Update openal-soft to latest for UWP support" (#1223)
* Revert "Update openal-soft to latest for UWP support"
This commit is contained in:
parent
bfcd3001c6
commit
92a95cc330
|
@ -280,6 +280,9 @@ ALvoid AudioEngineImpl::myAlSourceNotificationCallback(ALuint sid, ALuint notifi
|
|||
#endif
|
||||
|
||||
#if AX_USE_ALSOFT
|
||||
#if !defined(AL_API_NOEXCEPT17)
|
||||
#define AL_API_NOEXCEPT17
|
||||
#endif
|
||||
static void alcReopenDeviceOnAxmolThread()
|
||||
{
|
||||
Director::getInstance()->getOpenGLView()->queueOperation([](void*) {
|
||||
|
|
Loading…
Reference in New Issue