fix: CLang fix

This commit is contained in:
Akatsuki Levi 2024-03-15 21:03:47 -03:00
parent c33ccfaa71
commit 94a84f5943
No known key found for this signature in database
GPG key ID: BB4057BB9E0F1C7A
95 changed files with 261 additions and 259 deletions

View file

@ -148,8 +148,8 @@ public:
Common::Input::AnalogProperties properties_y_,
InputEngine* input_engine_)
: identifier(identifier_), axis_x(axis_x_), axis_y(axis_y_), properties_x(properties_x_),
properties_y(properties_y_),
input_engine(input_engine_), invert_axis_y{input_engine_->GetEngineName() == "sdl"} {
properties_y(properties_y_), input_engine(input_engine_),
invert_axis_y{input_engine_->GetEngineName() == "sdl"} {
UpdateCallback engine_callback{[this]() { OnChange(); }};
const InputIdentifier x_input_identifier{
.identifier = identifier,