Skip to content

Commit

Permalink
Enable debug mode in multi config example
Browse files Browse the repository at this point in the history
  • Loading branch information
nicbarker committed Jan 9, 2025
1 parent 944d290 commit db04381
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/raylib-multi-context/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -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(),
Expand Down

0 comments on commit db04381

Please sign in to comment.