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