mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-23 12:05:45 +00:00
motion_input: Mark constructor as explicit
This commit is contained in:
parent
93312282aa
commit
eccf766a39
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ namespace InputCommon {
|
|||
|
||||
class MotionInput {
|
||||
public:
|
||||
MotionInput(f32 new_kp, f32 new_ki, f32 new_kd);
|
||||
explicit MotionInput(f32 new_kp, f32 new_ki, f32 new_kd);
|
||||
|
||||
MotionInput(const MotionInput&) = default;
|
||||
MotionInput& operator=(const MotionInput&) = default;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue