1
0
mirror of synced 2024-12-02 02:57:23 +01:00

Update viewport for bone visual toggle

This commit is contained in:
KillzXGaming 2019-04-13 12:34:00 -04:00
parent deb140b917
commit 9940c6f10d
3 changed files with 2 additions and 7 deletions

Binary file not shown.

View File

@ -1,15 +1,9 @@
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Drawing;
using System.Data;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows.Forms;
using Bfres.Structs;
using Syroot.NintenTools.NSW.Bfres;
using ResU = Syroot.NintenTools.Bfres;
using Switch_Toolbox.Library;
namespace FirstPlugin
{
@ -49,6 +43,7 @@ namespace FirstPlugin
}
private void visibleChk_CheckedChanged(object sender, EventArgs e) {
LibraryGUI.Instance.UpdateViewport();
}
}
}