From 4efe0d869651567aa26a17687d050a0834100f49 Mon Sep 17 00:00:00 2001 From: Chris Robinson Date: Sat, 4 Jul 2015 10:12:57 -0700 Subject: Update a couple comments --- OpenAL32/Include/alMain.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'OpenAL32/Include/alMain.h') diff --git a/OpenAL32/Include/alMain.h b/OpenAL32/Include/alMain.h index 8d766939..cd584966 100644 --- a/OpenAL32/Include/alMain.h +++ b/OpenAL32/Include/alMain.h @@ -732,7 +732,7 @@ struct ALCdevice_struct alignas(16) ALfloat ResampledData[BUFFERSIZE]; alignas(16) ALfloat FilteredData[BUFFERSIZE]; - // Dry path buffer mix + /* Dry path buffer mix. */ alignas(16) ALfloat (*DryBuffer)[BUFFERSIZE]; /* Running count of the mixer invocations, in 31.1 fixed point. This -- cgit v1.2.3