mirror of
https://github.com/vlang/v.git
synced 2025-09-13 14:32:26 +03:00
gg: make Rect struct fields public (#9518)
This commit is contained in:
parent
6143bd6232
commit
c4e389be41
1 changed files with 1 additions and 0 deletions
|
@ -25,6 +25,7 @@ pub mut:
|
||||||
}
|
}
|
||||||
|
|
||||||
pub struct Rect {
|
pub struct Rect {
|
||||||
|
pub:
|
||||||
x f32
|
x f32
|
||||||
y f32
|
y f32
|
||||||
width f32
|
width f32
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue