diff options
author | Chris Robinson <[email protected]> | 2012-02-09 23:35:17 -0800 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2012-02-09 23:35:17 -0800 |
commit | ef68aa39f860bf93f6c566f0f5dd98e040cfe5f4 (patch) | |
tree | 7a7ae9ae71f1d8517d67bc4d4f78d7aa7e0131b8 /OpenAL32/Include/alSource.h | |
parent | b4b492c4171616310813316775244705e20c45ca (diff) |
Rename non_virtual_channels to direct_channels
Diffstat (limited to 'OpenAL32/Include/alSource.h')
-rw-r--r-- | OpenAL32/Include/alSource.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/OpenAL32/Include/alSource.h b/OpenAL32/Include/alSource.h index ee2a5cd1..bed7cfec 100644 --- a/OpenAL32/Include/alSource.h +++ b/OpenAL32/Include/alSource.h @@ -46,7 +46,7 @@ typedef struct ALsource volatile ALboolean bHeadRelative; volatile ALboolean bLooping; volatile enum DistanceModel DistanceModel; - volatile ALboolean VirtualChannels; + volatile ALboolean DirectChannels; enum Resampler Resampler; |