Commit 4d77490
authored
add Clone and PartialEq traits to NoFrustumCulling marker component (#22615)
# Objective
fixes not being able to use the HierarchyPropagatePlugin with the
NoFrustumCulling component by satisfying the trait bounds for Clone and
PartialEq
## Solution
- add Clone and PartialEq trait to NoFrustumCulling struct
## Testing
i did not test this1 parent 8024168 commit 4d77490
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
261 | 261 | | |
262 | 262 | | |
263 | 263 | | |
264 | | - | |
| 264 | + | |
265 | 265 | | |
266 | 266 | | |
267 | 267 | | |
| |||
0 commit comments