@galacean/engine 1.2.0-alpha.4 → 1.2.0-alpha.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/browser.js +2 -2
- package/dist/browser.min.js +1 -1
- package/dist/main.js +1 -1
- package/dist/miniprogram.js +1 -1
- package/dist/module.js +1 -1
- package/package.json +5 -5
package/dist/browser.js
CHANGED
|
@@ -8288,7 +8288,7 @@
|
|
|
8288
8288
|
Logger.error('Shader slice "' + match.trim() + '" not founded.');
|
|
8289
8289
|
return "";
|
|
8290
8290
|
}
|
|
8291
|
-
return ShaderFactory.parseIncludes(replace);
|
|
8291
|
+
return ShaderFactory.parseIncludes(replace, regex);
|
|
8292
8292
|
};
|
|
8293
8293
|
return src.replace(regex, replace);
|
|
8294
8294
|
};
|
|
@@ -44676,7 +44676,7 @@
|
|
|
44676
44676
|
], KHR_materials_anisotropy);
|
|
44677
44677
|
|
|
44678
44678
|
//@ts-ignore
|
|
44679
|
-
var version = "1.2.0-alpha.
|
|
44679
|
+
var version = "1.2.0-alpha.5";
|
|
44680
44680
|
console.log("Galacean engine version: " + version);
|
|
44681
44681
|
for(var key in CoreObjects){
|
|
44682
44682
|
Loader.registerClass(key, CoreObjects[key]);
|