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:
Rémi Verschelde 2022-02-16 08:07:56 +01:00 committed by GitHub
commit 7989149b91
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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;