mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-06 08:09:19 +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);
|
*v = (u8) (value > 255 ? 255 : value);
|
||||||
slider->SetValue(*v);
|
slider->SetValue(*v);
|
||||||
|
|
||||||
}
|
|
||||||
|
|
||||||
if(update == 1)
|
if(update == 1)
|
||||||
{
|
{
|
||||||
if(update_axis == 1)
|
if(update_axis == 1)
|
||||||
|
@ -669,7 +667,7 @@ void TASInputDlg::UpdateFromText(wxCommandEvent& event)
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
void TASInputDlg::OnCloseWindow(wxCloseEvent& event)
|
void TASInputDlg::OnCloseWindow(wxCloseEvent& event)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue