diff options
Diffstat (limited to 'OpenAL32')
-rw-r--r-- | OpenAL32/Include/alMain.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenAL32/Include/alMain.h b/OpenAL32/Include/alMain.h index 6e17651f..e5dd8c26 100644 --- a/OpenAL32/Include/alMain.h +++ b/OpenAL32/Include/alMain.h @@ -794,7 +794,7 @@ struct ALCdevice_struct DistanceComp ChannelDelay[MAX_OUTPUT_CHANNELS]; /* Dithering control. */ - bool DitherEnabled; + ALfloat DitherDepth; ALuint DitherSeed; /* Running count of the mixer invocations, in 31.1 fixed point. This |