Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
extract_shadows
responsive coords fix (#17236)
# Objective `extract_shadows` uses the render world entity corresponding to the extracted camera when it queries the main world for the camera to get the viewport size for the responsive viewport coords resolution and fails. This means that viewport coords get resolved based on a viewport size of zero. ## Solution Use the main world camera entity.
- Loading branch information