mirror of
https://github.com/nicbarker/clay.git
synced 2025-09-19 04:56:17 +00:00
fix: build (do not use auto)
This commit is contained in:
parent
3fcf08d0ac
commit
80eb444863
2
clay.h
2
clay.h
|
@ -4365,7 +4365,7 @@ bool Clay_IsClipped(Clay_ElementId id) {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
const auto clipElementId =
|
const int32_t clipElementId =
|
||||||
Clay__int32_tArray_GetValue(&context->openClipElementStack, context->openClipElementStack.length - 1);
|
Clay__int32_tArray_GetValue(&context->openClipElementStack, context->openClipElementStack.length - 1);
|
||||||
if (clipElementId == 0)
|
if (clipElementId == 0)
|
||||||
return false;
|
return false;
|
||||||
|
|
Loading…
Reference in a new issue