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 {
|
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…
x
Reference in New Issue
Block a user