Revert "Fix default sky process mode not being Real-Time"
This reverts commit aa1cba1d53
.
This commit is contained in:
parent
3a008fc1a2
commit
e0384fb70e
1 changed files with 1 additions and 1 deletions
|
@ -254,7 +254,7 @@ public:
|
|||
|
||||
int radiance_size = 256;
|
||||
|
||||
RS::SkyMode mode = RS::SKY_MODE_REALTIME;
|
||||
RS::SkyMode mode = RS::SKY_MODE_AUTOMATIC;
|
||||
|
||||
ReflectionData reflection;
|
||||
bool dirty = false;
|
||||
|
|
Loading…
Reference in a new issue