diff options
author | Alon Zakai <alonzakai@gmail.com> | 2013-03-20 11:13:54 -0700 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2013-03-20 11:13:54 -0700 |
commit | 421e70ecf266d6619415b53c1bc03d4a127a585d (patch) | |
tree | 110d48a9e6bf29ceed41ac6282dc37d2f0f3f433 /src/library_openal.js | |
parent | 5709c2a9aeefef46717ed18bf750bf8b22c3a34c (diff) |
alcGetError
Diffstat (limited to 'src/library_openal.js')
-rw-r--r-- | src/library_openal.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/library_openal.js b/src/library_openal.js index 9897f765..719d8cf8 100644 --- a/src/library_openal.js +++ b/src/library_openal.js @@ -573,6 +573,9 @@ var LibraryOpenAL = { return 0; }, + alcGetError: function(device) { + return 0; + }, }; autoAddDeps(LibraryOpenAL, '$AL'); |