mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
gg: remove tracing println in draw_image
This commit is contained in:
parent
9ce75e10d5
commit
216b6bf285
@ -331,7 +331,6 @@ pub fn (ctx &Context) draw_image(x, y, width, height f32, img &Image) {
|
|||||||
unsafe {
|
unsafe {
|
||||||
mut image := img
|
mut image := img
|
||||||
image.init_sokol_image()
|
image.init_sokol_image()
|
||||||
println('>>> img.simg_ok: $img.simg_ok')
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
u0 := f32(0.0)
|
u0 := f32(0.0)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user