mirror of
https://github.com/GayPizzaSpecifications/voxelotl-engine.git
synced 2025-08-02 13:00:53 +00:00
Merge pull request #4 from GayPizzaSpecifications/thread-current-interactive
set main thread qos to userInteractive
This commit is contained in:
commit
e4194ff2ec
@ -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