mirror of
https://github.com/nicbarker/clay.git
synced 2026-02-06 12:48:49 +00:00
fix: build (do not use auto)
This commit is contained in:
parent
3fcf08d0ac
commit
80eb444863
1 changed files with 1 additions and 1 deletions
2
clay.h
2
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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue