Skip to content

Commit

Permalink
fix padding in asset header
Browse files Browse the repository at this point in the history
  • Loading branch information
malytomas committed May 4, 2024
1 parent 2f5ba2d commit 2c3e19d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sources/include/cage-core/assetHeader.h
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ namespace cage
char textId[64] = {};
uint64 compressedSize = 0;
uint64 originalSize = 0;
uint32 unused_ = 0;
uint16 scheme = m;
uint16 dependenciesCount = 0;

Expand Down

0 comments on commit 2c3e19d

Please sign in to comment.