Fixed incorrect order of calls
This commit is contained in:
parent
819a44e4e1
commit
23a9f7a798
1 changed files with 1 additions and 1 deletions
|
@ -59,8 +59,8 @@ uInputCfg::get_axis_map(int n)
|
|||
void
|
||||
uInputCfg::add_input_mapping()
|
||||
{
|
||||
current_input_map = map.size()-1;
|
||||
map.push_back(InputMapping());
|
||||
current_input_map = map.size()-1;
|
||||
set_defaults();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue