@@ -48205,7 +48205,7 @@ var BABYLON;
for (var index = 1; index < targetPropertyPath.length - 1; index++) {
property = property[targetPropertyPath[index]];
}
- path = [targetPropertyPath.length - 1];
+ path = targetPropertyPath[targetPropertyPath.length - 1];
destination = property;
else {
@@ -48178,7 +48178,7 @@ var BABYLON;
@@ -48288,7 +48288,7 @@ var BABYLON;