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