mirror of
https://github.com/jakcron/nstool
synced 2024-11-15 02:06:40 +00:00
[nx-hb] Typo.
This commit is contained in:
parent
23bda04f35
commit
030c9070f5
1 changed files with 6 additions and 0 deletions
|
@ -13,6 +13,12 @@ namespace nx
|
|||
{
|
||||
uint64_t offset;
|
||||
uint64_t size;
|
||||
|
||||
void operator=(const sSection& other)
|
||||
{
|
||||
offset = other.offset;
|
||||
size = other.size;
|
||||
}
|
||||
};
|
||||
|
||||
AssetHeader();
|
||||
|
|
Loading…
Reference in a new issue