Browse Source

Fix checkCache issue with ShaderMaterial

David Catuhe 5 years ago
parent
commit
f6c34139e9
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/Materials/shaderMaterial.ts

+ 1 - 1
src/Materials/shaderMaterial.ts

@@ -409,7 +409,7 @@ export class ShaderMaterial extends Material {
             return false;
         }
 
-        return false;
+        return true;
     }
 
     /**