From 4ad3b395b78c22f9eaa27d3b5ca0e08b35276287 Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Wed, 4 Oct 2017 20:20:20 -0700 Subject: [PATCH] Fix out-dated comment --- include/AL/alure2.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/AL/alure2.h b/include/AL/alure2.h index bff5d15..8259854 100644 --- a/include/AL/alure2.h +++ b/include/AL/alure2.h @@ -1305,7 +1305,7 @@ public: * Called when the given source reaches the end of the buffer or stream. * * Sources that stopped automatically will be detected upon a call to - * Context::update or Source::update, and will have forced set to false. + * Context::update or Source::update. */ virtual void sourceStopped(Source source); -- 2.11.4.GIT