[BadAnimatorFix] Don't touch non-loop states.

This commit is contained in:
NotAKidoS 2023-08-14 18:52:43 -05:00
parent 935639a2f3
commit ab4276e880
5 changed files with 16 additions and 34 deletions

View file

@ -27,6 +27,6 @@ using System.Reflection;
namespace NAK.BadAnimatorFix.Properties;
internal static class AssemblyInfoParams
{
public const string Version = "1.0.2";
public const string Version = "1.0.3";
public const string Author = "NotAKidoS";
}