mirror of
https://github.com/KillzXGaming/Switch-Toolbox
synced 2024-11-10 07:04:36 +00:00
BFLAN : Use frame size in animation info instead of tag.
This commit is contained in:
parent
794e8e884f
commit
fa8a409df6
2 changed files with 1 additions and 1 deletions
Binary file not shown.
|
@ -26,7 +26,7 @@ namespace LayoutBXLYT
|
|||
|
||||
private void ReloadAnimation()
|
||||
{
|
||||
FrameCount = (uint)BxlanAnimation.AnimationTag.EndFrame;
|
||||
FrameCount = (uint)BxlanAnimation.AnimationInfo.FrameSize;
|
||||
StartFrame = (uint)BxlanAnimation.AnimationTag.StartFrame;
|
||||
|
||||
Textures.Clear();
|
||||
|
|
Loading…
Reference in a new issue