@galacean/effects-plugin-ktx2 2.9.1-beta.0 → 2.9.1
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/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/dist/index.min.js +2 -2
- package/dist/index.min.js.map +1 -1
- package/dist/index.mjs +2 -2
- package/dist/index.mjs.map +1 -1
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
* Description: Galacean Effects player Khronos Texture 2.0 plugin
|
|
4
4
|
* Author: Ant Group CO., Ltd.
|
|
5
5
|
* Contributors: 澄弈
|
|
6
|
-
* Version: v2.9.1
|
|
6
|
+
* Version: v2.9.1
|
|
7
7
|
*/
|
|
8
8
|
|
|
9
9
|
'use strict';
|
|
@@ -1631,7 +1631,7 @@ function zstddecWasm(imports){return _loadWasmModule(0, null, 'AGFzbQEAAAABpQEVY
|
|
|
1631
1631
|
|
|
1632
1632
|
/**
|
|
1633
1633
|
* 插件版本号
|
|
1634
|
-
*/ var version = "2.9.1
|
|
1634
|
+
*/ var version = "2.9.1";
|
|
1635
1635
|
EFFECTS.registerPlugin("ktx2", KTX2Loader);
|
|
1636
1636
|
EFFECTS.logger.info("Plugin ktx2 version: " + version + ".");
|
|
1637
1637
|
if (version !== EFFECTS__namespace.version) {
|