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