1
0
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:
Andréas Livet 2021-03-30 09:39:07 +02:00 committed by GitHub
parent 6143bd6232
commit c4e389be41
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -25,6 +25,7 @@ pub mut:
}
pub struct Rect {
pub:
x f32
y f32
width f32