mirror of
https://github.com/overte-org/overte.git
synced 2025-04-18 20:56:41 +02:00
Change update rate to 1 Hz
This commit is contained in:
parent
4f2223ced3
commit
73296aa986
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ Rectangle {
|
|||
property bool currentlyEditingDisplayName: false
|
||||
property bool punctuationMode: false;
|
||||
property double loudSortTime: 0.0;
|
||||
readonly property double kLOUD_SORT_PERIOD_MS: 100.0;
|
||||
readonly property double kLOUD_SORT_PERIOD_MS: 1000.0;
|
||||
|
||||
HifiConstants { id: hifi; }
|
||||
RootHttpRequest { id: http; }
|
||||
|
|
Loading…
Reference in a new issue