diff options
Diffstat (limited to 'al/source.h')
-rw-r--r-- | al/source.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/al/source.h b/al/source.h index 7ca889d7..40bd0846 100644 --- a/al/source.h +++ b/al/source.h @@ -53,7 +53,7 @@ struct ALsource { bool Looping; DistanceModel mDistanceModel; Resampler mResampler; - bool DirectChannels; + DirectMode DirectChannels; SpatializeMode mSpatialize; bool DryGainHFAuto; |