1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

gg: remove 2 prints

This commit is contained in:
Alexander Medvednikov
2020-01-12 19:54:40 +01:00
parent 2678f9289e
commit e159347c10
2 changed files with 2 additions and 2 deletions

View File

@@ -213,7 +213,7 @@ pub fn new_context(cfg gg.Cfg) &FreeType {
//ch := Character{}
// Configure VAO
vao := gl.gen_vertex_array()
println('new gg text context vao=$vao')
//println('new gg text context vao=$vao')
vbo := gl.gen_buffer()
gl.bind_vao(vao)
gl.bind_buffer(C.GL_ARRAY_BUFFER, vbo)