From 80eb444863244359faf5c9b75521f90158e3e35a Mon Sep 17 00:00:00 2001 From: Fatih Gungor Date: Sat, 13 Sep 2025 16:23:38 +0200 Subject: [PATCH] fix: build (do not use auto) --- clay.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clay.h b/clay.h index a239368..9350fc5 100644 --- a/clay.h +++ b/clay.h @@ -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;