mirror of
				https://github.com/nicbarker/clay.git
				synced 2025-11-04 00:26:17 +00:00 
			
		
		
		
	[Examples/clay-official-website] Switch default renderer back to HTML for official website example
This commit is contained in:
		
							parent
							
								
									9f91450431
								
							
						
					
					
						commit
						b4933a6e4c
					
				| 
						 | 
					@ -3,7 +3,7 @@
 | 
				
			||||||
 | 
					
 | 
				
			||||||
double windowWidth = 1024, windowHeight = 768;
 | 
					double windowWidth = 1024, windowHeight = 768;
 | 
				
			||||||
float modelPageOneZRotation = 0;
 | 
					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_BODY_16 = 0;
 | 
				
			||||||
const uint32_t FONT_ID_TITLE_56 = 1;
 | 
					const uint32_t FONT_ID_TITLE_56 = 1;
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in a new issue