mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
vid: bring back scale field to gg.Config, fixes vid compilation
This commit is contained in:
parent
2237968ec1
commit
24b263cf87
@ -38,6 +38,7 @@ pub:
|
|||||||
wait_events bool // set this to true for UIs, to save power
|
wait_events bool // set this to true for UIs, to save power
|
||||||
font_path string
|
font_path string
|
||||||
fullscreen bool
|
fullscreen bool
|
||||||
|
scale f32 = 1.0 // vid needs this
|
||||||
}
|
}
|
||||||
|
|
||||||
pub struct Context {
|
pub struct Context {
|
||||||
|
Loading…
Reference in New Issue
Block a user