Plug leak
This commit is contained in:
parent
e4135a8302
commit
51826ea384
6 changed files with 41 additions and 18 deletions
|
|
@ -299,5 +299,5 @@ void reset(std::shared_ptr<input_t> &input) {
|
|||
task_pool.push(reset_helper, input);
|
||||
}
|
||||
|
||||
input_t::input_t() : gamepad_state { 0 }, back_timeout_id { nullptr }, input { platf::input() } {}
|
||||
input_t::input_t() : gamepad_state {}, mouse_press {}, back_timeout_id { nullptr }, input { platf::input() } {}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue