aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/library_openal.js2
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) {