fix: build (do not use auto)

This commit is contained in:
Fatih Gungor 2025-09-13 16:23:38 +02:00
parent 3fcf08d0ac
commit 80eb444863

2
clay.h
View file

@ -4365,7 +4365,7 @@ bool Clay_IsClipped(Clay_ElementId id) {
return false;
}
const auto clipElementId =
const int32_t clipElementId =
Clay__int32_tArray_GetValue(&context->openClipElementStack, context->openClipElementStack.length - 1);
if (clipElementId == 0)
return false;