mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-29 22:22:54 +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 {
|
struct Data {
|
||||||
bool regulateViewRanges{ false }; // regulation is OFF by default
|
bool regulateViewRanges{ true }; // regulation is ON by default
|
||||||
} data;
|
} data;
|
||||||
|
|
||||||
struct DataExport {
|
struct DataExport {
|
||||||
|
|
Loading…
Reference in a new issue