mirror of
https://github.com/GayPizzaSpecifications/voxelotl-engine.git
synced 2025-08-03 05:10:57 +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(
|
let app = Application(
|
||||||
delegate: Game(),
|
delegate: Game(),
|
||||||
|
Loading…
Reference in New Issue
Block a user