Skip to content

Commit

Permalink
revert image-asset engineInternal for editor invoke (cocos#13454)
Browse files Browse the repository at this point in the history
  • Loading branch information
troublemaker52025 authored Nov 21, 2022
1 parent a06b1c8 commit a2943d9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cocos/asset/assets/image-asset.ts
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,6 @@ export class ImageAsset extends Asset {
* *************************************
* @param files @zh 压缩纹理数组 @en Compressed Texture Arrays
* @returns out @zh 合并后的压缩纹理数据 @en Merged compressed texture data
* @engineInternal
*/
public static mergeCompressedTextureMips (files: ArrayBuffer[] | ArrayBufferView[]) {
let out = new Uint8Array(0);
Expand Down

0 comments on commit a2943d9

Please sign in to comment.