mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
make v build-examples work: part 1
This commit is contained in:
@@ -101,7 +101,7 @@ fn main() {
|
||||
}
|
||||
}
|
||||
|
||||
fn (ctx Context) draw() {
|
||||
fn (mut ctx Context) draw() {
|
||||
mut y := 10
|
||||
for line in lines {
|
||||
ctx.ft.draw_text_def(10,y, line)
|
||||
|
||||
Reference in New Issue
Block a user