diff --git a/src/app/main.swift b/src/app/main.swift index f982f9f..9aaf177 100644 --- a/src/app/main.swift +++ b/src/app/main.swift @@ -48,7 +48,7 @@ struct ContentView: View { // Connected controllers and their latest input snapshot. @State private var controllers: [ControllerSnapshot] = [] - private let timer = Timer.publish(every: 0.1, on: .main, in: .common) + private let timer = Timer.publish(every: 0.02, on: .main, in: .common) .autoconnect() var body: some View {