Skip to content

Commit

Permalink
[Examples/clay-official-website] Switch default renderer back to HTML…
Browse files Browse the repository at this point in the history
… for official website example
  • Loading branch information
nicbarker committed Feb 12, 2025
1 parent 9f91450 commit b4933a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/clay-official-website/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

double windowWidth = 1024, windowHeight = 768;
float modelPageOneZRotation = 0;
uint32_t ACTIVE_RENDERER_INDEX = 1;
uint32_t ACTIVE_RENDERER_INDEX = 0;

const uint32_t FONT_ID_BODY_16 = 0;
const uint32_t FONT_ID_TITLE_56 = 1;
Expand Down

0 comments on commit b4933a6

Please sign in to comment.