mirror of
https://github.com/GayPizzaSpecifications/voxelotl-engine.git
synced 2025-11-03 10:39:39 +00:00
Merge pull request #4 from GayPizzaSpecifications/thread-current-interactive
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(
|
||||
delegate: Game(),
|
||||
|
||||
Reference in New Issue
Block a user