소스 검색

Fix checkCache issue with ShaderMaterial

David Catuhe 5 년 전
부모
커밋
f6c34139e9
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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;
     }
 
     /**