Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'intern/audaspace/intern/AUD_IDevice.h')
-rw-r--r--intern/audaspace/intern/AUD_IDevice.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/intern/audaspace/intern/AUD_IDevice.h b/intern/audaspace/intern/AUD_IDevice.h
index 72bd9dcbf66..af2cae206f3 100644
--- a/intern/audaspace/intern/AUD_IDevice.h
+++ b/intern/audaspace/intern/AUD_IDevice.h
@@ -86,7 +86,8 @@ public:
virtual bool resume(AUD_Handle* handle)=0;
/**
- * Stops a played back or paused sound.
+ * Stops a played back or paused sound. The handle is definitely invalid
+ * afterwards.
* \param handle The handle returned by the play function.
* \return
* - true if the sound has been stopped.