mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 14:08:51 +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;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -28,5 +28,4 @@ private:
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in a new issue