diff options
Diffstat (limited to 'alc/alu.h')
-rw-r--r-- | alc/alu.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -236,7 +236,7 @@ struct ALvoice { ALuint mSampleSize; /** Current target parameters used for mixing. */ - ALint mStep; + ALuint mStep; ResamplerFunc mResampler; |