Skip to content

Commit

Permalink
Merge pull request #253 from Monitor221hz/fnis-hotfix
Browse files Browse the repository at this point in the history
[Fix]: Fnis animlist animations with no flags not being registered.
  • Loading branch information
Monitor221hz authored Jul 21, 2024
2 parents 4748944 + f10984a commit d76daf1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ public hkbStringEventPayload BuildCommonStringEventPayload(string name)

public partial class FNISAnimationList
{
[GeneratedRegex("([^('|\\s)]+)\\s*-(\\S+)*\\s*(\\S+)\\s+(\\S+.hkx)(?:[^\\S\\r\\n]+(\\S+))*", RegexOptions.Compiled)]
[GeneratedRegex("([^('|\\s)]+)\\s*(?:-(\\S+)*)?\\s*(\\S+)\\s+(\\S+.hkx)(?:[^\\S\\r\\n]+(\\S+))*", RegexOptions.Compiled)]
private static partial Regex FNISAnimLineRegex();

private static readonly Regex animLineRegex = FNISAnimLineRegex();
Expand Down

0 comments on commit d76daf1

Please sign in to comment.