mirror of
https://git.743378673.xyz/MeloNX/MeloNX.git
synced 2025-06-27 19:06:23 +02:00
Update NativeController.swift
This commit is contained in:
parent
54ef5018e0
commit
e9b862bfce
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ class NativeController: Hashable, BaseController {
|
||||||
if let hapticsEngine = controllerHaptics {
|
if let hapticsEngine = controllerHaptics {
|
||||||
do {
|
do {
|
||||||
try hapticsEngine.start()
|
try hapticsEngine.start()
|
||||||
rumbleController = RumbleController(engine: hapticsEngine, rumbleMultiplier: 3.0)
|
rumbleController = RumbleController(engine: hapticsEngine, rumbleMultiplier: 2.5)
|
||||||
|
|
||||||
// print("CHHapticEngine started and RumbleController initialized.")
|
// print("CHHapticEngine started and RumbleController initialized.")
|
||||||
} catch {
|
} catch {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue