gg: make Rect struct fields public (#9518)
parent
6143bd6232
commit
c4e389be41
|
@ -25,6 +25,7 @@ pub mut:
|
|||
}
|
||||
|
||||
pub struct Rect {
|
||||
pub:
|
||||
x f32
|
||||
y f32
|
||||
width f32
|
||||
|
|
Loading…
Reference in New Issue