mirror of
https://github.com/AleziaKurdis/overte.git
synced 2025-04-07 03:32:42 +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 {
|
||||
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