gg: fix typo

pull/5981/head
Alexander Medvednikov 2020-08-01 23:52:15 +02:00
parent 149de958f3
commit cc57b52773
1 changed files with 1 additions and 1 deletions

View File

@ -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)
/*