mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
gg: make Rect struct fields public (#9518)
This commit is contained in:
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
Block a user