diff options
Diffstat (limited to 'src/library_openal.js')
-rw-r--r-- | src/library_openal.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/library_openal.js b/src/library_openal.js index 2abc04eb..437c9f6f 100644 --- a/src/library_openal.js +++ b/src/library_openal.js @@ -111,6 +111,8 @@ var LibraryOpenAL = { console.log("alSourcei with param " + param + " not implemented yet"); break; } + // TODO: fill in the rest! + }, alGenBuffers: function(count, buffers) { if (!AL.currentContext) { |