vid: bring back scale field to gg.Config, fixes vid compilation
parent
2237968ec1
commit
24b263cf87
|
@ -38,6 +38,7 @@ pub:
|
|||
wait_events bool // set this to true for UIs, to save power
|
||||
font_path string
|
||||
fullscreen bool
|
||||
scale f32 = 1.0 // vid needs this
|
||||
}
|
||||
|
||||
pub struct Context {
|
||||
|
|
Loading…
Reference in New Issue