mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-25 18:55:01 +02:00
Moving conditionals and endpoints out of UserInputMapper
Conflicts: libraries/controllers/src/controllers/UserInputMapper.cpp
This commit is contained in:
parent
0fdd32709f
commit
d5425ac625
2 changed files with 1 additions and 1 deletions
|
@ -18,3 +18,4 @@ bool AndConditional::satisfied() {
|
|||
}
|
||||
return true;
|
||||
}
|
||||
|
||||
|
|
|
@ -28,5 +28,4 @@ private:
|
|||
|
||||
}
|
||||
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue