Skip to content

Commit 1abbf6d

Browse files
authored
Fix typo in comment (#715)
1 parent caaf887 commit 1abbf6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/CSFBAudioEngine/Player/AudioPlayer.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ class AudioPlayer final {
246246
private:
247247
/// Possible bits in `flags_`
248248
enum class Flags : unsigned int {
249-
/// Cached value of `_audioEngine.isRunning`
249+
/// Cached value of `engine_.isRunning`
250250
engineIsRunning = 1u << 0,
251251
/// The render block is outputting audio
252252
isPlaying = 1u << 1,

0 commit comments

Comments
 (0)