mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
gg: remove spurious printing of gl.TEXT_VERT
This commit is contained in:
parent
ba519f105a
commit
d405cfbcf7
@ -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()
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user