This commit is contained in:
John Brucker 2025-12-05 19:17:40 +03:00 committed by GitHub
commit d244df84d0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

1
clay.h
View file

@ -4064,7 +4064,6 @@ Clay_Context* Clay_Initialize(Clay_Arena arena, Clay_Dimensions layoutDimensions
context->measureTextHashMap.internalArray[i] = 0;
}
context->measureTextHashMapInternal.length = 1; // Reserve the 0 value to mean "no next element"
context->layoutDimensions = layoutDimensions;
return context;
}