mirror of
https://github.com/smallmain/cocos-enhance-kit.git
synced 2025-10-09 04:05:24 +00:00
[engine] 修复 Spine 动态合图未判断 attachment 是否存在 region 对象报错的问题
This commit is contained in:
@@ -325,6 +325,7 @@ export default class SpineAssembler extends Assembler {
|
||||
}
|
||||
} else {
|
||||
const region = attachment.region;
|
||||
if (region) {
|
||||
const alreadyInAtlas = !!region._original;
|
||||
|
||||
if (alreadyInAtlas) {
|
||||
@@ -369,6 +370,7 @@ export default class SpineAssembler extends Assembler {
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
_tmpRegionData.reset();
|
||||
_packedRegions.length = 0;
|
||||
|
Reference in New Issue
Block a user