Skip to content

Commit

Permalink
Remove empty lines
Browse files Browse the repository at this point in the history
  • Loading branch information
qiuguohua committed Aug 7, 2023
1 parent 8d4ce62 commit e7bc49f
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 @@ -196,7 +196,6 @@ export class ImageAsset extends Asset {
outView.setUint32(
COMPRESSED_HEADER_LENGTH + COMPRESSED_MIPMAP_LEVEL_COUNT_LENGTH + i * COMPRESSED_MIPMAP_DATA_SIZE_LENGTH,
file.byteLength,

true,
); //add file data size

Expand Down

0 comments on commit e7bc49f

Please sign in to comment.