Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion raylib/src/core/audio.rs
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ impl RaylibAudio {
}
}

/// Sets pitch for audio stream (`1.0` is base level).
/// Check if any audio stream buffers requires refill.
#[inline]
pub fn is_audio_stream_processed(&mut self, stream: &AudioStream) -> bool {
unsafe { ffi::IsAudioStreamProcessed(stream.0) }
Expand Down