forked from MeloNX/MeloNX
Update NativeController.swift
This commit is contained in:
parent
e8897aa8f0
commit
386f6a8bd3
@ -26,7 +26,7 @@ class NativeController: Hashable, BaseController {
|
||||
if let hapticsEngine = controllerHaptics {
|
||||
do {
|
||||
try hapticsEngine.start()
|
||||
rumbleController = RumbleController(engine: hapticsEngine, rumbleMultiplier: 3.0)
|
||||
rumbleController = RumbleController(engine: hapticsEngine, rumbleMultiplier: 2.5)
|
||||
|
||||
// print("CHHapticEngine started and RumbleController initialized.")
|
||||
} catch {
|
||||
|
Loading…
x
Reference in New Issue
Block a user