You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Objective
Naming of this `default_camera_view` variable in the
`bevy_ui_render::lib` module is misleading. It's not a default anything,
I think it was named this way because iirc `UiCameraView` was called
`DefaultCameraView` (or something like that) a few versions ago.
## Solution
Rename `default_camera_view` to `ui_camera_view`.
0 commit comments