Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
rename Camera3dBundle's 'dither' field to 'deband_dither' to align wi…
…th Camera2dBundle (bevyengine#11939) # Objective - having different field names for `Camera2dBundle` and `Camera3dBundle` implies that there is something different between these fields when there is not ## Solution - rename the field in `Camera3dBundle` to align with `Camera2dBundle` ## Migration Guide - use the new `deband_dither` field name with `Camera3dBundle`, rather than the old field name, `dither`
- Loading branch information