1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

examples: fix v build-examples

This commit is contained in:
Delyan Angelov
2020-07-24 13:29:47 +03:00
parent 5acc437367
commit bfca55b87a
8 changed files with 38 additions and 39 deletions

View File

@@ -128,7 +128,7 @@ const (
black = C.sfons_rgba(0, 0, 0, 255)
)
fn (state &AppState) render_font() {
fn (mut state AppState) render_font() {
lh := 30
mut dy := lh
if !state.inited {