Skip to content

Commit 6addc95

Browse files
authored
Merge pull request #52 from i-khan/master
setVelocity commented
2 parents c9c58f1 + 66a8b41 commit 6addc95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bkcore/Audio.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,6 @@ bkcore.Audio.setListenerPos = function(vec){
137137
bkcore.Audio.setListenerVelocity = function(vec){
138138
if(bkcore.Audio._ctx){
139139
var panner = bkcore.Audio._panner;
140-
panner.setVelocity(vec.x, vec.y, vec.z);
140+
//panner.setVelocity(vec.x, vec.y, vec.z);
141141
}
142142
};

0 commit comments

Comments
 (0)