Skip to content

Commit

Permalink
fix sign in C++
Browse files Browse the repository at this point in the history
  • Loading branch information
nicbarker committed Jan 2, 2025
1 parent 230a27b commit cc57b94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clay.h
Original file line number Diff line number Diff line change
Expand Up @@ -942,7 +942,7 @@ Clay__WrappedTextLine *Clay__WrappedTextLineArray_Get(Clay__WrappedTextLineArray
CLAY__TYPEDEF(Clay__TextElementData, struct {
Clay_String text;
Clay_Dimensions preferredDimensions;
uint32_t elementIndex;
int32_t elementIndex;
Clay__WrappedTextLineArraySlice wrappedLines;
});

Expand Down

0 comments on commit cc57b94

Please sign in to comment.