mirror of
https://github.com/nicbarker/clay.git
synced 2025-04-20 05:08:04 +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++;
|
||||
continue;
|
||||
}
|
||||
int32_t previousWordIndex = -1;
|
||||
int32_t wordIndex = measureTextCacheItem->measuredWordsStartIndex;
|
||||
while (wordIndex != -1) {
|
||||
Clay__MeasuredWord *measuredWord = Clay__MeasuredWordArray_Get(&Clay__measuredWords, wordIndex);
|
||||
|
Loading…
Reference in New Issue
Block a user