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