mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-25 17:35:08 +02:00
Merge pull request #13928 from AndrewMeadows/enable-workload-feedback
enable workload regulation by default
This commit is contained in:
commit
b486b6d148
1 changed files with 1 additions and 1 deletions
|
@ -192,7 +192,7 @@ namespace workload {
|
|||
|
||||
|
||||
struct Data {
|
||||
bool regulateViewRanges{ false }; // regulation is OFF by default
|
||||
bool regulateViewRanges{ true }; // regulation is ON by default
|
||||
} data;
|
||||
|
||||
struct DataExport {
|
||||
|
|
Loading…
Reference in a new issue