mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-09 10:19:06 +02:00
Fix spacing
This commit is contained in:
parent
fce4c252e7
commit
f31d685323
1 changed files with 1 additions and 1 deletions
|
@ -107,7 +107,7 @@ private:
|
||||||
ResourceRequest* _pendingScriptRequest { nullptr };
|
ResourceRequest* _pendingScriptRequest { nullptr };
|
||||||
bool _isListeningToAudioStream = false;
|
bool _isListeningToAudioStream = false;
|
||||||
SharedSoundPointer _avatarSound;
|
SharedSoundPointer _avatarSound;
|
||||||
bool _shouldMuteRecordingAudio{ false };
|
bool _shouldMuteRecordingAudio { false };
|
||||||
int _numAvatarSoundSentBytes = 0;
|
int _numAvatarSoundSentBytes = 0;
|
||||||
bool _isAvatar = false;
|
bool _isAvatar = false;
|
||||||
QTimer* _avatarIdentityTimer = nullptr;
|
QTimer* _avatarIdentityTimer = nullptr;
|
||||||
|
|
Loading…
Reference in a new issue