|
@@ -13068,7 +13068,7 @@ var BABYLON;
|
|
if (this._isWorldMatrixFrozen) {
|
|
if (this._isWorldMatrixFrozen) {
|
|
return this._worldMatrix;
|
|
return this._worldMatrix;
|
|
}
|
|
}
|
|
- if (!force && ((this._currentRenderId === this.getScene().getRenderId() && this.isSynchronized(true)))) {
|
|
|
|
|
|
+ if (!force && this.isSynchronized(true)) {
|
|
this._currentRenderId = this.getScene().getRenderId();
|
|
this._currentRenderId = this.getScene().getRenderId();
|
|
return this._worldMatrix;
|
|
return this._worldMatrix;
|
|
}
|
|
}
|