gg: remove spurious printing of gl.TEXT_VERT

pull/3126/head
Delyan Angelov 2019-12-17 18:17:48 +02:00 committed by Alexander Medvednikov
parent ba519f105a
commit d405cfbcf7
1 changed files with 0 additions and 1 deletions

View File

@ -27,7 +27,6 @@ pub fn vec2(x, y int) Vec2 {
pub fn init_gg() {
glfw.init_glfw()
println(gl.TEXT_VERT)
gl.init_glad()
}