소스 검색

Fix shaders compilation for ps4

ShiroSmith 6 년 전
부모
커밋
49d18b563a
1개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  1. 4 0
      hxsl/CacheFileBuilder.hx

+ 4 - 0
hxsl/CacheFileBuilder.hx

@@ -16,7 +16,11 @@ private class CustomCacheFile extends CacheFile {
 	public function new(build) {
 		this.build = build;
 		super(true, true);
+	}
+	
+	override function load() {
 		allowSave = true;
+		super.load();
 	}
 
 	override function addSource(r:RuntimeShader) {