mirror of
https://github.com/Armored-Dragon/overte.git
synced 2025-03-11 16:13:16 +01:00
CR feedback
This commit is contained in:
parent
f532607cca
commit
02288e84e8
1 changed files with 2 additions and 2 deletions
|
@ -55,8 +55,8 @@ Input::NamedVector StandardController::getAvailableInputs() const {
|
|||
makePair(LS, "LS"),
|
||||
makePair(RS, "RS"),
|
||||
|
||||
makePair(LS, "LS_TOUCH"),
|
||||
makePair(RS, "RS_TOUCH"),
|
||||
makePair(LS_TOUCH, "LSTouch"),
|
||||
makePair(RS_TOUCH, "RSTouch"),
|
||||
|
||||
// Center buttons
|
||||
makePair(START, "Start"),
|
||||
|
|
Loading…
Reference in a new issue