소스 검색

Fix compilation

TothBenoit 1 년 전
부모
커밋
e1fa7ecd47
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      hxsl/CacheFile.hx

+ 1 - 1
hxsl/CacheFile.hx

@@ -271,7 +271,7 @@ class CacheFile extends Cache {
 
 			for( r in runtimes ) {
 				var shaderList = null;
-				var mode : hxsl.Linker.LinkMode = Default;
+				var mode : RuntimeShader.LinkMode = Default;
 				r.inst.reverse();
 				for( i in r.inst ) {
 					var s = Type.createEmptyInstance(hxsl.Shader);