We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7dd321 commit 63e007dCopy full SHA for 63e007d
src/jngl/SoundFile.cpp
@@ -314,7 +314,8 @@ Finally pauseAudio() {
314
audio->increasePauseDeviceCount();
315
return Finally([audio]() { audio->decreasePauseDeviceCount(); });
316
}
317
- return Finally(nullptr);
+ return Finally(nullptr); // FIXME: This is a bug if the Finally lives so long that the Audio
318
+ // object is created in time
319
320
321
Audio& GetAudio() {
0 commit comments