[DesktopVRIK] Remove bone reset mask stuff.

Game has IKTweaks built in. Might as well use it.
Don't really think this is needed, but I am including it solely for limb grabber.
This commit is contained in:
NotAKidoS 2023-07-30 21:45:37 -05:00
parent 9dde916bb6
commit ba6a5f4778
3 changed files with 14 additions and 55 deletions

View file

@ -28,6 +28,6 @@ using System.Reflection;
namespace NAK.DesktopVRIK.Properties;
internal static class AssemblyInfoParams
{
public const string Version = "4.2.3";
public const string Version = "4.2.4";
public const string Author = "NotAKidoS";
}