@galacean/engine-core 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/main.js +1 -1
- package/dist/main.js.map +1 -1
- package/dist/miniprogram.js +1 -1
- package/dist/module.js +1 -1
- package/dist/module.js.map +1 -1
- package/package.json +3 -3
package/dist/main.js
CHANGED
|
@@ -3418,7 +3418,7 @@ var ShaderFactory = /*#__PURE__*/ function() {
|
|
|
3418
3418
|
Logger.error('Shader slice "' + match.trim() + '" not founded.');
|
|
3419
3419
|
return "";
|
|
3420
3420
|
}
|
|
3421
|
-
return ShaderFactory.parseIncludes(replace);
|
|
3421
|
+
return ShaderFactory.parseIncludes(replace, regex);
|
|
3422
3422
|
};
|
|
3423
3423
|
return src.replace(regex, replace);
|
|
3424
3424
|
};
|