Enable debug mode in multi config example

This commit is contained in:
Nic Barker 2025-01-10 09:17:31 +13:00
parent 944d290428
commit db04381285

View File

@ -83,6 +83,7 @@ Arena frameArena = {};
Clay_RenderCommandArray CreateLayout(Clay_Context* context, float yOffset, int32_t* documentIndex) {
Clay_SetCurrentContext(context);
Clay_SetDebugModeEnabled(true);
// Run once per frame
Clay_SetLayoutDimensions((Clay_Dimensions) {
.width = GetScreenWidth(),