Merge pull request #67543 from clayjohn/PLU-default

Use CameraAttributesPractical in the editor default environment
This commit is contained in:
Max Hilbrunner 2022-10-19 21:49:57 +02:00 committed by GitHub
commit b209065e89
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -773,7 +773,7 @@ private:
WorldEnvironment *preview_environment = nullptr;
bool preview_env_dangling = false;
Ref<Environment> environment;
Ref<CameraAttributesPhysical> camera_attributes;
Ref<CameraAttributesPractical> camera_attributes;
Ref<ProceduralSkyMaterial> sky_material;
bool sun_environ_updating = false;