mirror of
https://github.com/nicbarker/clay.git
synced 2025-04-19 04:38:01 +00:00
fix sign in C++
This commit is contained in:
parent
230a27ba88
commit
cc57b94744
2
clay.h
2
clay.h
@ -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;
|
||||
});
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user