mirror of
https://github.com/love2d/love.git
synced 2026-08-20 04:30:09 +02:00
missed a line of audio capture code (fixes #96)
This commit is contained in:
@@ -80,7 +80,7 @@ namespace openal
|
|||||||
|
|
||||||
alcMakeContextCurrent(0);
|
alcMakeContextCurrent(0);
|
||||||
alcDestroyContext(context);
|
alcDestroyContext(context);
|
||||||
if (capture) alcCaptureCloseDevice(capture);
|
//if (capture) alcCaptureCloseDevice(capture);
|
||||||
alcCloseDevice(device);
|
alcCloseDevice(device);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user