Skip to content

Commit af7beb7

Browse files
ehsankripken
authored andcommitted
Fix a typo
1 parent f5d120e commit af7beb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/library_openal.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ var LibraryOpenAL = {
208208
console.error("alSourceQueueBuffers called with an invalid buffer");
209209
return;
210210
}
211-
AL.currentCOntext.src[source - 1].buffer = AL.currentContext.buf[buffer - 1].buf;
211+
AL.currentContext.src[source - 1].buffer = AL.currentContext.buf[buffer - 1].buf;
212212
}
213213
},
214214

0 commit comments

Comments
 (0)