mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-05 15:48:51 +00:00
Actually fixes crashing on start up.
This commit is contained in:
parent
cbc84ecd72
commit
82cb14e49b
1 changed files with 14 additions and 16 deletions
|
@ -636,8 +636,6 @@ void TASInputDlg::UpdateFromText(wxCommandEvent& event)
|
|||
*v = (u8) (value > 255 ? 255 : value);
|
||||
slider->SetValue(*v);
|
||||
|
||||
}
|
||||
|
||||
if(update == 1)
|
||||
{
|
||||
if(update_axis == 1)
|
||||
|
@ -669,7 +667,7 @@ void TASInputDlg::UpdateFromText(wxCommandEvent& event)
|
|||
}
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
void TASInputDlg::OnCloseWindow(wxCloseEvent& event)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue