mirror of
https://github.com/smallmain/cocos-enhance-kit.git
synced 2024-12-25 11:18:30 +00:00
更新编译文件
This commit is contained in:
parent
7921d3c865
commit
b98b586745
@ -57106,7 +57106,7 @@
|
|||||||
"use strict";
|
"use strict";
|
||||||
cc.sp = {
|
cc.sp = {
|
||||||
inited: false,
|
inited: false,
|
||||||
version: "1.0.0",
|
version: "1.1.0",
|
||||||
MAX_MULTITEXTURE_NUM: -1,
|
MAX_MULTITEXTURE_NUM: -1,
|
||||||
autoSwitchMaterial: true,
|
autoSwitchMaterial: true,
|
||||||
allowDynamicAtlas: true,
|
allowDynamicAtlas: true,
|
||||||
@ -96202,6 +96202,7 @@
|
|||||||
var packedFrame;
|
var packedFrame;
|
||||||
false;
|
false;
|
||||||
var region = attachment.region;
|
var region = attachment.region;
|
||||||
|
if (region) {
|
||||||
var alreadyInAtlas = !!region._original;
|
var alreadyInAtlas = !!region._original;
|
||||||
if (alreadyInAtlas) _packedRegions.includes(region) && this.updatePackedAttachment(attachment, false); else if (region.texture && region.texture._texture.packable) {
|
if (alreadyInAtlas) _packedRegions.includes(region) && this.updatePackedAttachment(attachment, false); else if (region.texture && region.texture._texture.packable) {
|
||||||
if (region._spriteFrame) {
|
if (region._spriteFrame) {
|
||||||
@ -96231,6 +96232,7 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
_tmpRegionData.reset();
|
_tmpRegionData.reset();
|
||||||
_packedRegions.length = 0;
|
_packedRegions.length = 0;
|
||||||
};
|
};
|
||||||
|
File diff suppressed because one or more lines are too long
@ -56799,7 +56799,7 @@
|
|||||||
"use strict";
|
"use strict";
|
||||||
cc.sp = {
|
cc.sp = {
|
||||||
inited: false,
|
inited: false,
|
||||||
version: "1.0.0",
|
version: "1.1.0",
|
||||||
MAX_MULTITEXTURE_NUM: -1,
|
MAX_MULTITEXTURE_NUM: -1,
|
||||||
autoSwitchMaterial: true,
|
autoSwitchMaterial: true,
|
||||||
allowDynamicAtlas: true,
|
allowDynamicAtlas: true,
|
||||||
|
Loading…
Reference in New Issue
Block a user