mirror of
https://github.com/nicbarker/clay.git
synced 2025-09-18 12:36:17 +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__TYPEDEF(Clay__TextElementData, struct {
|
||||||
Clay_String text;
|
Clay_String text;
|
||||||
Clay_Dimensions preferredDimensions;
|
Clay_Dimensions preferredDimensions;
|
||||||
uint32_t elementIndex;
|
int32_t elementIndex;
|
||||||
Clay__WrappedTextLineArraySlice wrappedLines;
|
Clay__WrappedTextLineArraySlice wrappedLines;
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue