We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f91450 commit b4933a6Copy full SHA for b4933a6
examples/clay-official-website/main.c
@@ -3,7 +3,7 @@
3
4
double windowWidth = 1024, windowHeight = 768;
5
float modelPageOneZRotation = 0;
6
-uint32_t ACTIVE_RENDERER_INDEX = 1;
+uint32_t ACTIVE_RENDERER_INDEX = 0;
7
8
const uint32_t FONT_ID_BODY_16 = 0;
9
const uint32_t FONT_ID_TITLE_56 = 1;
0 commit comments