mirror of
https://github.com/overte-org/overte.git
synced 2025-04-14 07:27:04 +02:00
enable workload regulation by default
This commit is contained in:
parent
b94dd526b9
commit
49e48f5ea0
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