Fix and enable -Wmissing-braces
This commit is contained in:
parent
390dc1c245
commit
ff046bb707
4 changed files with 15 additions and 13 deletions
|
|
@ -132,7 +132,7 @@ namespace input {
|
|||
touch_port_event { std::move(touch_port_event) },
|
||||
rumble_queue { std::move(rumble_queue) },
|
||||
mouse_left_button_timeout {},
|
||||
touch_port { 0, 0, 0, 0, 0, 0, 1.0f } {}
|
||||
touch_port { { 0, 0, 0, 0 }, 0, 0, 1.0f } {}
|
||||
|
||||
// Keep track of alt+ctrl+shift key combo
|
||||
int shortcutFlags;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue