From 3c0e2f501ca5cc252de79e08c060d251567fe3c4 Mon Sep 17 00:00:00 2001 From: Nic Barker Date: Tue, 4 Feb 2025 11:03:50 +1300 Subject: [PATCH] indentation --- clay.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clay.h b/clay.h index 73bb81a..000a589 100644 --- a/clay.h +++ b/clay.h @@ -3608,7 +3608,7 @@ void Clay_SetMaxElementCount(int32_t maxElementCount) { context->maxElementCount = maxElementCount; } else { Clay__defaultMaxElementCount = maxElementCount; // TODO: Fix this - Clay__defaultMaxMeasureTextWordCacheCount = maxElementCount * 2; + Clay__defaultMaxMeasureTextWordCacheCount = maxElementCount * 2; } }