mirror of
https://github.com/KillzXGaming/Switch-Toolbox
synced 2025-02-16 13:58:26 +00:00
Merge branch 'master' of https://github.com/KillzXGaming/Switch-Toolbox
This commit is contained in:
commit
b7b00fa26f
1 changed files with 2 additions and 1 deletions
|
@ -313,9 +313,10 @@ namespace LayoutBXLYT
|
|||
writer.Write(new uint[Textures.Count]);
|
||||
for (int i = 0; i < Textures.Count; i++)
|
||||
{
|
||||
writer.WriteUint32Offset(startOfsPos + (i * 4), startPos);
|
||||
writer.WriteUint32Offset(startOfsPos + (i * 4), startOfsPos);
|
||||
writer.WriteString(Textures[i]);
|
||||
}
|
||||
writer.Align(4);
|
||||
}
|
||||
if (Entries.Count > 0)
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue