Aar0n laya.core.js line 13106
if (tCacheType === 'bitmap' && (w > 2048 || h > 2048)) {
console.warn("cache bitmap size larger than 2048,cache ignored");
_cacheStyle.releaseContext();
_next._fun.call(_next, sprite, context, x, y);
return;
}
就是这个 w > 2048 导致 容器的 CacheAs 'bitmap' 废了, 很奇怪相同的代码 在 laya 2.1 中为啥没事?