mirror of
				https://github.com/GayPizzaSpecifications/voxelotl-engine.git
				synced 2025-11-04 02:59:37 +00:00 
			
		
		
		
	set main thread qos to userInteractive
This commit is contained in:
		@ -1,4 +1,6 @@
 | 
				
			|||||||
import Darwin
 | 
					import Foundation
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					Thread.current.qualityOfService = .userInteractive
 | 
				
			||||||
 | 
					
 | 
				
			||||||
let app = Application(
 | 
					let app = Application(
 | 
				
			||||||
  delegate: Game(),
 | 
					  delegate: Game(),
 | 
				
			||||||
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user