Skip to content

Commit

Permalink
inline SoundHandle::resume()
Browse files Browse the repository at this point in the history
  • Loading branch information
zeozeozeo committed Dec 30, 2023
1 parent a094e4b commit 45bb948
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/sound.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1030,6 +1030,7 @@ impl SoundHandle {
}
/// Resume the sound if paused. This won't immediately start the audio signal, but smoothly
/// interpolate the last audio value for 4 frames.
#[inline]
pub fn resume(&self) {
self.guard().resume()
}
Expand Down

0 comments on commit 45bb948

Please sign in to comment.