diff --git a/vlib/gg/gg.v b/vlib/gg/gg.v index 90272c625e..1f869688d3 100644 --- a/vlib/gg/gg.v +++ b/vlib/gg/gg.v @@ -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) /*