Merge pull request #58165 from Calinou/fix-default-sky-process-mode
Fix default sky process mode not being Real-Time
This commit is contained in:
commit
7989149b91
1 changed files with 1 additions and 1 deletions
|
@ -254,7 +254,7 @@ public:
|
|||
|
||||
int radiance_size = 256;
|
||||
|
||||
RS::SkyMode mode = RS::SKY_MODE_AUTOMATIC;
|
||||
RS::SkyMode mode = RS::SKY_MODE_REALTIME;
|
||||
|
||||
ReflectionData reflection;
|
||||
bool dirty = false;
|
||||
|
|
Loading…
Reference in a new issue