Skip to content

Commit

Permalink
Update src/xrEngine/xr_input.cpp [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
Xottab-DUTY authored May 27, 2024
1 parent aa022e5 commit ec58732
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/xrEngine/xr_input.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,8 @@ void CInput::OpenController(int idx)

if (psControllerEnableSensors.test(1))
SDL_GameControllerSetSensorEnabled(controller, SDL_SENSOR_GYRO, SDL_TRUE);
controllers.emplace_back(controller);

controllers.emplace_back(controller);
}

void CInput::EnableControllerSensors(bool enable)
Expand Down

0 comments on commit ec58732

Please sign in to comment.