diff options
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'); |