Fixed alGetSource3f function call. (#10208)
This commit is contained in:
Родитель
cfbfd1eabe
Коммит
06f9fd615f
1
AUTHORS
1
AUTHORS
|
@ -446,3 +446,4 @@ a license to everyone to use it as detailed in LICENSE.)
|
|||
* Benjamin Golinvaux <benjamin@golinvaux.com>
|
||||
* Peter Salomonsen <pjsalomonsen@gmail.com>
|
||||
* Niklas Fiekas <niklas.fiekas@backscattering.de>
|
||||
* Martín Lucas Golini <spartanj@gmail.com>
|
||||
|
|
|
@ -4503,7 +4503,7 @@ var LibraryOpenAL = {
|
|||
|
||||
alGetSource3f__proxy: 'sync',
|
||||
alGetSource3f__sig: 'viiiii',
|
||||
alGetSource3f: function(source, param, pValue0, pValue1, pValue2) {
|
||||
alGetSource3f: function(sourceId, param, pValue0, pValue1, pValue2) {
|
||||
var val = AL.getSourceParam('alGetSource3f', sourceId, param);
|
||||
if (val === null) {
|
||||
return;
|
||||
|
|
Загрузка…
Ссылка в новой задаче