Browse Source

Update mixMaterial.ts

David 6 years ago
parent
commit
d8d8b0af62
1 changed files with 1 additions and 1 deletions
  1. 1 1
      materialsLibrary/src/mix/mixMaterial.ts

+ 1 - 1
materialsLibrary/src/mix/mixMaterial.ts

@@ -195,7 +195,7 @@ export class MixMaterial extends PushMaterial {
                 }
 
                 if (this._mixTexture2) {
-                    if (!this._mixTexture2 || !this._mixTexture2.isReady()) {
+                    if (!this._mixTexture2.isReady()) {
                         return false;
                     }