mirror of
https://github.com/nicbarker/clay.git
synced 2026-02-06 12:48:49 +00:00
Enable debug mode in multi config example
This commit is contained in:
parent
944d290428
commit
db04381285
1 changed files with 1 additions and 0 deletions
|
|
@ -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(),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue