[Core] Underlying Memory Arena uses size_t but Clay_CreateArenaWithCapacityAndMemory expects a uint32_t argument #291
Labels
Attempted Fix
A fix has been implemented but not yet confirmed by the issue reporter.
bug
Something isn't working
See Title. When building in x64 this will fail without a cast and is potentially error-prone. Changing the argument in
Clay_CreateArenaWithCapacityAndMemory
to asize_t
will allow the compiler to use the correct version ofsize_t
and the cast will no longer be needed.The text was updated successfully, but these errors were encountered: