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:
Hugo Locurcio 2022-02-16 01:51:48 +01:00
parent 98b97d34df
commit aa1cba1d53
No known key found for this signature in database
GPG key ID: 39E8F8BE30B0A49C

View file

@ -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;