Fixing modifier ranges not updating on the right frame. This animation wasn't ending up on the right frame when quickly moving the cursor left->right. This was an error with update cycle order of the text modifier group vs the text object itself. The modifier group needs to always update before the text object! @JcToon showed this issue to me in the office today... https://github.com/rive-app/rive/assets/454182/76692e1d-e670-4324-a8ac-8c8ce0748e52 Diffs= b17671130 Fixing modifier ranges not updating on the right frame. (#5623)
diff --git a/.rive_head b/.rive_head index e85ba01..799bb02 100644 --- a/.rive_head +++ b/.rive_head
@@ -1 +1 @@ -d1f8710f5bfda934cbbb20727fe7ca2d88a15ff8 +b176711307aaa8dade145024af8a29a32b48296a
diff --git a/submodules/rive-cpp b/submodules/rive-cpp index e5bb6db..dabe3a7 160000 --- a/submodules/rive-cpp +++ b/submodules/rive-cpp
@@ -1 +1 @@ -Subproject commit e5bb6dbdaf3c1e5e1c09235e9c4f7f11bf592105 +Subproject commit dabe3a7b28e719a486db1a584fba0e4f83b83d17