mirror of
https://github.com/nicbarker/clay.git
synced 2025-04-19 12:48:05 +00:00
unused variable
This commit is contained in:
parent
57e1c3b23f
commit
fd53b0a1bd
1
clay.h
1
clay.h
@ -2239,7 +2239,6 @@ void Clay__CalculateFinalLayout() {
|
|||||||
textElementData->wrappedLines.length++;
|
textElementData->wrappedLines.length++;
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
int32_t previousWordIndex = -1;
|
|
||||||
int32_t wordIndex = measureTextCacheItem->measuredWordsStartIndex;
|
int32_t wordIndex = measureTextCacheItem->measuredWordsStartIndex;
|
||||||
while (wordIndex != -1) {
|
while (wordIndex != -1) {
|
||||||
Clay__MeasuredWord *measuredWord = Clay__MeasuredWordArray_Get(&Clay__measuredWords, wordIndex);
|
Clay__MeasuredWord *measuredWord = Clay__MeasuredWordArray_Get(&Clay__measuredWords, wordIndex);
|
||||||
|
Loading…
Reference in New Issue
Block a user