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 caaf887 commit 1abbf6dCopy full SHA for 1abbf6d
Sources/CSFBAudioEngine/Player/AudioPlayer.h
@@ -246,7 +246,7 @@ class AudioPlayer final {
246
private:
247
/// Possible bits in `flags_`
248
enum class Flags : unsigned int {
249
- /// Cached value of `_audioEngine.isRunning`
+ /// Cached value of `engine_.isRunning`
250
engineIsRunning = 1u << 0,
251
/// The render block is outputting audio
252
isPlaying = 1u << 1,
0 commit comments