mirror of
https://github.com/KillzXGaming/Switch-Toolbox
synced 2024-11-22 20:43:09 +00:00
BXLAN : Fix saving texture pattern animations.
This commit is contained in:
parent
78fc6c7eb3
commit
06f8c15b5d
1 changed files with 1 additions and 1 deletions
|
@ -327,7 +327,7 @@ namespace LayoutBXLYT
|
||||||
writer.Write(new uint[Textures.Count]);
|
writer.Write(new uint[Textures.Count]);
|
||||||
for (int i = 0; i < Textures.Count; i++)
|
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.WriteString(Textures[i]);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue