|
@@ -943,7 +943,7 @@ export class Sound {
|
|
}
|
|
}
|
|
else {
|
|
else {
|
|
if (!(<any>node).getBoundingInfo) {
|
|
if (!(<any>node).getBoundingInfo) {
|
|
- this.setPosition(node.position);
|
|
|
|
|
|
+ this.setPosition(node.absolutePosition);
|
|
} else {
|
|
} else {
|
|
let mesh = node as AbstractMesh;
|
|
let mesh = node as AbstractMesh;
|
|
let boundingInfo = mesh.getBoundingInfo();
|
|
let boundingInfo = mesh.getBoundingInfo();
|