Fix harmless GCC warning
This commit is contained in:
parent
ac8a729bcd
commit
601726db70
@ -79,7 +79,7 @@ struct Input
|
|||||||
|
|
||||||
Input()
|
Input()
|
||||||
: m_type(IT_NONE), m_device_id(0), m_button_id(0),
|
: m_type(IT_NONE), m_device_id(0), m_button_id(0),
|
||||||
m_axis_direction(0), m_character(0), m_axis_range(Input::AR_FULL)
|
m_axis_direction(0), m_axis_range(Input::AR_FULL), m_character(0)
|
||||||
{
|
{
|
||||||
// Nothing to do.
|
// Nothing to do.
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user