forked from Clones/Controlify
vibration conflict support - multiple vibrations can play at once
This commit is contained in:
@ -175,7 +175,7 @@ public class Controlify implements ControlifyApi {
|
||||
controller.updateState();
|
||||
else {
|
||||
controller.clearState();
|
||||
controller.rumbleManager().stopCurrentEffect();
|
||||
controller.rumbleManager().clearEffects();
|
||||
}
|
||||
controller.rumbleManager().tick();
|
||||
}
|
||||
|
Reference in New Issue
Block a user