Merge pull request #67543 from clayjohn/PLU-default
Use CameraAttributesPractical in the editor default environment
This commit is contained in:
commit
b209065e89
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue