From 3b4e87848bb18aaa27f758d0bcc33855f3dd6a78 Mon Sep 17 00:00:00 2001 From: David Reid Date: Tue, 6 Jan 2026 10:11:16 +1000 Subject: [PATCH] Fix a typo. --- miniaudio.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/miniaudio.h b/miniaudio.h index 51878fd7..50211b6f 100644 --- a/miniaudio.h +++ b/miniaudio.h @@ -76498,7 +76498,7 @@ static void ma_sound_set_at_end(ma_sound* pSound, ma_bool32 atEnd) /* When this function is called the state of the sound will not yet be in a stopped state. This makes it confusing - because an end callback will intuitively expect ma_sound_is_started() to return false from inside the callback. + because an end callback will intuitively expect ma_sound_is_playing() to return false from inside the callback. I'm therefore no longer firing the callback here and will instead fire it manually in the *next* processing step when the state should be set to stopped as expected. */