From 7a0a09ee062e456f6bc645119d2f456beb1f7e34 Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Thu, 23 Nov 2017 11:57:40 -0800 Subject: [PATCH] Update info about the sourceForceStopped callback --- include/AL/alure2.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/include/AL/alure2.h b/include/AL/alure2.h index 040b7c3..1c68cc3 100644 --- a/include/AL/alure2.h +++ b/include/AL/alure2.h @@ -1409,8 +1409,9 @@ public: /** * Called when the given source was forced to stop. This can be because * either there were no more mixing sources and a higher-priority source - * preempted it, or it's part of a SourceGroup (or sub-group thereof) that - * had its SourceGroup::stopAll method called. + * preempted it, it's part of a SourceGroup (or sub-group thereof) that had + * its SourceGroup::stopAll method called, or it was playing a buffer + * that's getting removed. */ virtual void sourceForceStopped(Source source); -- 2.11.4.GIT