aboutsummaryrefslogtreecommitdiff
path: root/src/library_openal.js
diff options
context:
space:
mode:
authorEhsan Akhgari <ehsan.akhgari@gmail.com>2013-03-13 15:47:03 -0400
committerAlon Zakai <alonzakai@gmail.com>2013-03-15 11:53:15 -0700
commit85e45383d9d275f8726c7008639cbdefa5586bd9 (patch)
tree12e702292fc42408e0b6c67a37066e7147dacf2b /src/library_openal.js
parentfc2d79d27263339974941d159686d25bd11a2b98 (diff)
Finish up alSourcei
Diffstat (limited to 'src/library_openal.js')
-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) {