vid: bring back scale field to gg.Config, fixes vid compilation

pull/5221/head
Delyan Angelov 2020-06-05 08:48:31 +03:00
parent 2237968ec1
commit 24b263cf87
1 changed files with 1 additions and 0 deletions

View File

@ -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 {