@@ -54183,7 +54183,7 @@ var BABYLON;
}
};
PBRMaterial.prototype.isReady = function (mesh, useInstances) {
- if (this.checkReadyOnlyOnce) {
+ if (this.isFrozen) {
if (this._wasPreviouslyReady) {
return true;
@@ -620,8 +620,7 @@
public isReady(mesh?: AbstractMesh, useInstances?: boolean): boolean {
-