mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 02:03:57 +02:00
Change max update to 10 Hz
This commit is contained in:
parent
58d8945aa5
commit
4f2223ced3
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: 500.0;
|
||||
readonly property double kLOUD_SORT_PERIOD_MS: 100.0;
|
||||
|
||||
HifiConstants { id: hifi; }
|
||||
RootHttpRequest { id: http; }
|
||||
|
|
Loading…
Reference in a new issue