mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
gg: fix typo
This commit is contained in:
parent
149de958f3
commit
cc57b52773
@ -327,7 +327,7 @@ pub fn (ctx &Context) draw_image(x, y, width, height f32, img u32) {
|
||||
}
|
||||
|
||||
pub fn (ctx &Context) draw_image2(x, y, width, height f32, img Image) {
|
||||
C.Csgl_enable_texture()
|
||||
C.sgl_enable_texture()
|
||||
C.sgl_texture(img.sokol_img)
|
||||
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user