mirror of
https://git.suyu.dev/suyu/suyu.git
synced 2024-11-02 04:52:44 +01:00
Revert "fixes clang format introduced by !193"
This reverts commit f7b4672492
This commit is contained in:
parent
f7b4672492
commit
3e6574b6b3
1 changed files with 2 additions and 1 deletions
|
@ -760,7 +760,8 @@ void EmulatedController::StartMotionCalibration() {
|
|||
}
|
||||
}
|
||||
|
||||
void EmulatedController::SetButton(const Common::Input::CallbackStatus& callback, std::size_t index, Common::UUID uuid) {
|
||||
void EmulatedController::SetButton(const Common::Input::CallbackStatus& callback, std::size_t index,
|
||||
Common::UUID uuid) {
|
||||
if (index >= controller.button_values.size()) {
|
||||
return;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue