diff options
author | Chris Robinson <[email protected]> | 2019-09-13 04:15:05 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2019-09-13 04:15:05 -0700 |
commit | df306b55245de7a281d695046e74717e4cdd511f (patch) | |
tree | e368ce9599d4a236667771af10c5c7d0628134a3 /al/source.h | |
parent | 5b763e14379e6989492a278515cdfc02a59cd568 (diff) |
Make NumAuxSends unsigned
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 e0219a04..7ca889d7 100644 --- a/al/source.h +++ b/al/source.h @@ -117,7 +117,7 @@ struct ALsource { ALuint id{0}; - ALsource(ALsizei num_sends); + ALsource(ALuint num_sends); ~ALsource(); ALsource(const ALsource&) = delete; |