Skip to content

Commit d72c94d

Browse files
bodymovinbodymovin
andcommitted
fix: restore indexing order of view model symbols (#11817) f7c0374b8f
Co-authored-by: hernan <hernan@rive.app>
1 parent ac3a661 commit d72c94d

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.rive_head

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
dd441653dfa8ac2cf63eeaf68d5a047bc0fbed67
1+
f7c0374b8f4a7c679cdb3f6b3453ec2e77cf1ef5

include/rive/viewmodel/symbol_type.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ enum class SymbolType : unsigned char
1919
outDistance = 12,
2020
textStyle = 13,
2121
textContent = 14,
22+
itemIndex = 15, // Not used, added to match dart side
2223
};
2324
}
2425
#endif

0 commit comments

Comments
 (0)