Skip to content

Commit 8283061

Browse files
committed
small axis name fix.
1 parent 0ee5dce commit 8283061

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

FalconBMS Alternative Launcher Cs/MainWindowAxisAssign.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ public void AxisMovingTimer_Tick(object sender, EventArgs e)
195195
if (((InGameAxAssgn)inGameAxis[nme]).GetDeviceNumber() == -2)
196196
{
197197
tbprogressbar.Value = (MAXIN / 2 + (wheelValue * 1024 / 120)) * invertNum;
198-
tblabel.Content = "Wheel";
198+
tblabel.Content = "MOUSE : WH";
199199
continue;
200200
}
201201

0 commit comments

Comments
 (0)