Skip to content

Commit

Permalink
check whether state can change before evaluating conditions
Browse files Browse the repository at this point in the history
this is a regression from the new implementation to use triggers per state machine layer.
Since canChangeState was being called after evaluating the conditions, the trigger would be marked as used but the state wouldn't change.
This makes sure canChangeState is called before.

Diffs=
7f3314f4f9 check whether state can change before evaluating conditions (#8917)
  • Loading branch information
bodymovin committed Jan 24, 2025
1 parent e0ba592 commit 085a75d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .rive_head
Original file line number Diff line number Diff line change
@@ -1 +1 @@
d8d42c0f130ec1f7d70a9e4ca3cffb1f6e3b9860
7f3314f4f98b54580758aa48a435a8a202ed9fcd

0 comments on commit 085a75d

Please sign in to comment.