Skip to content

Commit ecb6b36

Browse files
committed
Fix combowizard for shooter not saving direction
1 parent 4671e59 commit ecb6b36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/dialog/combowizard.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -444,7 +444,7 @@ void ComboWizardDialog::endUpdate()
444444
switch(adir)
445445
{
446446
case 0:
447-
a0 = ddls[3]->getSelectedValue()*10000;
447+
a0 = ddls[5]->getSelectedValue()*10000;
448448
break;
449449
case 1: //Angle
450450
a0 = tfs[2]->getVal();

0 commit comments

Comments
 (0)