From 8ca8da30bd587cefcd86e3a2b9401821af65e502 Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Thu, 29 Nov 2018 22:49:01 -0800 Subject: Store the source ID with the voice instead of the source pointer --- OpenAL32/Include/alu.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'OpenAL32/Include') diff --git a/OpenAL32/Include/alu.h b/OpenAL32/Include/alu.h index 68f539f3..e178a5a6 100644 --- a/OpenAL32/Include/alu.h +++ b/OpenAL32/Include/alu.h @@ -207,7 +207,7 @@ typedef struct ALvoice { std::atomic Update; - std::atomic Source; + std::atomic SourceID; std::atomic Playing; /** -- cgit v1.2.3