diff options
Diffstat (limited to 'alc/alu.h')
-rw-r--r-- | alc/alu.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -232,8 +232,8 @@ struct ALvoice { /* Properties for the attached buffer(s). */ FmtChannels mFmtChannels; ALuint mFrequency; - ALsizei mNumChannels; - ALsizei mSampleSize; + ALuint mNumChannels; + ALuint mSampleSize; /** Current target parameters used for mixing. */ ALint mStep; |