diff options
author | Chris Robinson <[email protected]> | 2017-06-17 23:09:51 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2017-06-17 23:09:51 -0700 |
commit | 2b013fc54e8cf9be2184e20a6cd17c4696401ca9 (patch) | |
tree | 3889fa5bd352b53848b68608ebc68c706a392446 /OpenAL32 | |
parent | e3a825b37c5f43593467f2df3cd225904a259cf8 (diff) |
Make the dithering depth configurable
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 |