1
0
forked from Clones/Controlify

vibration conflict support - multiple vibrations can play at once

This commit is contained in:
isXander
2023-04-05 21:15:52 +01:00
parent a3583ab5c8
commit 2f4cbfa099
9 changed files with 180 additions and 68 deletions

View File

@ -175,7 +175,7 @@ public class Controlify implements ControlifyApi {
controller.updateState();
else {
controller.clearState();
controller.rumbleManager().stopCurrentEffect();
controller.rumbleManager().clearEffects();
}
controller.rumbleManager().tick();
}