mirror of
				https://github.com/GayPizzaSpecifications/voxelotl-engine.git
				synced 2025-11-04 02:59:37 +00:00 
			
		
		
		
	alex accidentlyd vsync
This commit is contained in:
		@ -6,6 +6,6 @@ let app = Application(
 | 
				
			|||||||
  height: 720,
 | 
					  height: 720,
 | 
				
			||||||
  title: "Voxelotl Demo",
 | 
					  title: "Voxelotl Demo",
 | 
				
			||||||
  flags: [ .resizable, .highDPI ],
 | 
					  flags: [ .resizable, .highDPI ],
 | 
				
			||||||
  vsyncMode: .off))
 | 
					  vsyncMode: .on(interval: 1)))
 | 
				
			||||||
 | 
					
 | 
				
			||||||
exit(app.run())
 | 
					exit(app.run())
 | 
				
			||||||
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user