mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 04:44:11 +02:00
just using change
This commit is contained in:
parent
d2e37d0c90
commit
379f98b26d
1 changed files with 3 additions and 0 deletions
|
@ -253,6 +253,9 @@ class MyAvatar : public Avatar {
|
|||
const QString DOMINANT_LEFT_HAND = "left";
|
||||
const QString DOMINANT_RIGHT_HAND = "right";
|
||||
|
||||
using Clock = std::chrono::system_clock;
|
||||
using TimePoint = Clock::time_point;
|
||||
|
||||
public:
|
||||
enum DriveKeys {
|
||||
TRANSLATE_X = 0,
|
||||
|
|
Loading…
Reference in a new issue