Commit b124d94
# Objective
- The `rect_light` half of bevyengine#23997
## Solution
- Move the statement that writes `gpu_lights` *after* the code block
that sets rect_light information within `gpu_lights`. If only all the
rendering bugs were this easy...
## Testing
- `cargo run --example rect_light --features=“free_camera”` works again
<img width="1271" height="744" alt="Screenshot 2026-04-28 at 11 08
32 PM"
src="https://github.com/user-attachments/assets/84018902-1f70-4a8c-9e16-982d156fb8b4"
/>
1 parent ada1d75 commit b124d94
1 file changed
Lines changed: 15 additions & 15 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2078 | 2078 | | |
2079 | 2079 | | |
2080 | 2080 | | |
2081 | | - | |
2082 | | - | |
2083 | | - | |
2084 | | - | |
2085 | | - | |
2086 | | - | |
2087 | | - | |
2088 | | - | |
2089 | | - | |
2090 | | - | |
2091 | | - | |
2092 | | - | |
2093 | | - | |
2094 | | - | |
2095 | | - | |
2096 | 2081 | | |
2097 | 2082 | | |
2098 | 2083 | | |
| |||
2125 | 2110 | | |
2126 | 2111 | | |
2127 | 2112 | | |
| 2113 | + | |
| 2114 | + | |
| 2115 | + | |
| 2116 | + | |
| 2117 | + | |
| 2118 | + | |
| 2119 | + | |
| 2120 | + | |
| 2121 | + | |
| 2122 | + | |
| 2123 | + | |
| 2124 | + | |
| 2125 | + | |
| 2126 | + | |
| 2127 | + | |
2128 | 2128 | | |
2129 | 2129 | | |
2130 | 2130 | | |
| |||
0 commit comments