diff options
author | Chris Robinson <[email protected]> | 2019-09-12 11:33:04 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2019-09-12 11:33:04 -0700 |
commit | 2e010d29cba51aec339179d52d3faddf84faafb0 (patch) | |
tree | b1391e44f628d2821f9fc035cb6edcf77c06890e /alc/alu.h | |
parent | c0ce03d8b9533c768687964743420b18c5003455 (diff) |
Clean up implicit conversions in source.cpp
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; |