[nx-hb] Typo.

This commit is contained in:
jakcron 2018-06-24 12:57:10 +08:00
parent 23bda04f35
commit 030c9070f5

View file

@ -13,6 +13,12 @@ namespace nx
{
uint64_t offset;
uint64_t size;
void operator=(const sSection& other)
{
offset = other.offset;
size = other.size;
}
};
AssetHeader();