We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77a6053 commit 232f000Copy full SHA for 232f000
Buttplug.Apps.KiirooEmulatorGUI/KiirooMessageTranslator.cs
@@ -118,7 +118,7 @@ public FleshlightLaunchFW12Cmd Translate(KiirooCmd aMsg)
118
_stopwatch.Start();
119
120
// Position Conversion
121
- var position = (ushort)(_currentGoalPosition > 2 ? 95 : 5);
+ var position = (ushort)(_currentGoalPosition > 2 ? 5 : 95);
122
if (elapsed <= 150)
123
{
124
if (_limitedSpeed == 0)
0 commit comments