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:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user