diff --git a/agb/src/sound/mixer/mod.rs b/agb/src/sound/mixer/mod.rs index dda398e1..ac01dba7 100644 --- a/agb/src/sound/mixer/mod.rs +++ b/agb/src/sound/mixer/mod.rs @@ -378,6 +378,7 @@ impl SoundChannel { /// Gets how far along the sound has played. #[inline] + #[must_use] pub fn pos(&self) -> Num { self.pos }