Fix default sky process mode not being Real-Time
The change in 09563e4bd8
wasn't
consistently carried out everywhere needed.
This commit is contained in:
parent
98b97d34df
commit
aa1cba1d53
|
@ -254,7 +254,7 @@ public:
|
||||||
|
|
||||||
int radiance_size = 256;
|
int radiance_size = 256;
|
||||||
|
|
||||||
RS::SkyMode mode = RS::SKY_MODE_AUTOMATIC;
|
RS::SkyMode mode = RS::SKY_MODE_REALTIME;
|
||||||
|
|
||||||
ReflectionData reflection;
|
ReflectionData reflection;
|
||||||
bool dirty = false;
|
bool dirty = false;
|
||||||
|
|
Loading…
Reference in New Issue