Skip to content

Commit

Permalink
fix playback mode and other small fixes
Browse files Browse the repository at this point in the history
small fixes to reset playback values
and change bindings flag to fix conflict with layouts flag

Diffs=
bbc2bba5b fix playback mode and other small fixes (#8050)

Co-authored-by: hernan <[email protected]>
  • Loading branch information
bodymovin and bodymovin committed Sep 4, 2024
1 parent 8f25e07 commit 084faa4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .rive_head
Original file line number Diff line number Diff line change
@@ -1 +1 @@
727e0ba8b098d87dfa5d32ce3004c619659a81e0
bbc2bba5b013552e946e505d5f9445d6fe0b129f
6 changes: 3 additions & 3 deletions include/rive/component_dirt.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -56,15 +56,15 @@ enum class ComponentDirt : unsigned short
/// Used by the gradients track when the stops need to be re-ordered.
Stops = 1 << 10,

/// Used by data binds to track the value has changed.
Bindings = 1 << 11,

/// Blend modes need to be updated
// TODO: do we need this?
// BlendMode = 1 << 9,

LayoutStyle = 1 << 11,

/// Used by data binds to track the value has changed.
Bindings = 1 << 12,

/// All dirty. Every flag (apart from Collapsed) is set.
Filthy = 0xFFFE
};
Expand Down

0 comments on commit 084faa4

Please sign in to comment.