Selaa lähdekoodia

Missing load of shadercache.

clementlandrin 2 vuotta sitten
vanhempi
commit
d1e8749d18
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  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() {