Revert default element count

This commit is contained in:
Nic Barker 2024-12-01 13:59:31 +13:00
parent c016181f22
commit b2681eda9a

2
clay.h
View File

@ -482,7 +482,7 @@ extern bool Clay__debugMaxElementsLatch;
#ifdef CLAY_IMPLEMENTATION
#undef CLAY_IMPLEMENTATION
#ifdef CLAY_OVERFLOW_TRAP
#ifdef CLAY_OVERFLOW_TRAP1
#include "signal.h"
#endif