mirror of
https://github.com/love2d/love.git
synced 2026-08-12 08:30:56 +02:00
Audio: Fix extension name in ALC_EXT_disconnect extension check.
This commit is contained in:
@@ -106,7 +106,7 @@ void Pool::update()
|
||||
|
||||
thread::Lock lock(mutex);
|
||||
|
||||
static bool disconnectExtSupported = alcIsExtensionPresent(device, "ALC_EXT_Disconnect") == ALC_TRUE;
|
||||
static bool disconnectExtSupported = alcIsExtensionPresent(device, "ALC_EXT_disconnect") == ALC_TRUE;
|
||||
|
||||
// Device disconnection event
|
||||
if (disconnectExtSupported)
|
||||
|
||||
Reference in New Issue
Block a user