mirror of
https://github.com/zed-industries/zed.git
synced 2024-12-28 15:44:20 +03:00
Add missed pad (#9175)
Sorry I missed explicitly `Quad::pad` insertion at #9172. The struct layout is unchanged and does not affect the behavior. Release Notes: - N/A
This commit is contained in:
parent
a8fa1f7363
commit
2244419dfd
@ -168,6 +168,7 @@ fn quad_sdf(point: vec2<f32>, bounds: Bounds, corner_radii: Corners) -> f32 {
|
||||
|
||||
struct Quad {
|
||||
order: u32,
|
||||
pad: u32,
|
||||
bounds: Bounds,
|
||||
content_mask: Bounds,
|
||||
background: Hsla,
|
||||
|
Loading…
Reference in New Issue
Block a user