mirror of
https://github.com/lubosz/overte.git
synced 2025-04-27 09:35:28 +02:00
Opened up setForceFaceTrackerConnected
This commit is contained in:
parent
cfd9f8b64e
commit
9ec14057f0
1 changed files with 1 additions and 1 deletions
|
@ -547,7 +547,7 @@ public:
|
|||
Q_INVOKABLE void updateAvatarEntity(const QUuid& entityID, const QByteArray& entityData);
|
||||
Q_INVOKABLE void clearAvatarEntity(const QUuid& entityID);
|
||||
|
||||
void setForceFaceTrackerConnected(bool connected) { _forceFaceTrackerConnected = connected; }
|
||||
Q_INVOKABLE void setForceFaceTrackerConnected(bool connected) { _forceFaceTrackerConnected = connected; }
|
||||
|
||||
// key state
|
||||
void setKeyState(KeyState s) { _keyState = s; }
|
||||
|
|
Loading…
Reference in a new issue