setVelocity commented

This commit is contained in:
Iftikar Khan
2021-03-20 14:45:42 +05:30
parent c9c58f1cd0
commit 66a8b4196f
+1 -1
View File
@@ -137,6 +137,6 @@ bkcore.Audio.setListenerPos = function(vec){
bkcore.Audio.setListenerVelocity = function(vec){
if(bkcore.Audio._ctx){
var panner = bkcore.Audio._panner;
panner.setVelocity(vec.x, vec.y, vec.z);
//panner.setVelocity(vec.x, vec.y, vec.z);
}
};