Explorar o código

Fix compilation

TothBenoit hai 1 ano
pai
achega
e1fa7ecd47
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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);