Explorar o código

Missing load of shadercache.

clementlandrin %!s(int64=2) %!d(string=hai) anos
pai
achega
d1e8749d18
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      h3d/impl/ShaderCache.hx

+ 1 - 0
h3d/impl/ShaderCache.hx

@@ -13,6 +13,7 @@ class ShaderCache {
 		this.file = file;
 		this.outputFile = outputFile ?? file;
 		sourceFile = file + ".source";
+		load();
 	}
 
 	public function disableSave() {