Skip to content

Commit b4933a6

Browse files
committed
[Examples/clay-official-website] Switch default renderer back to HTML for official website example
1 parent 9f91450 commit b4933a6

File tree

1 file changed

+1
-1
lines changed
  • examples/clay-official-website

1 file changed

+1
-1
lines changed

examples/clay-official-website/main.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
double windowWidth = 1024, windowHeight = 768;
55
float modelPageOneZRotation = 0;
6-
uint32_t ACTIVE_RENDERER_INDEX = 1;
6+
uint32_t ACTIVE_RENDERER_INDEX = 0;
77

88
const uint32_t FONT_ID_BODY_16 = 0;
99
const uint32_t FONT_ID_TITLE_56 = 1;

0 commit comments

Comments
 (0)