mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
vfmt: handle comments
This commit is contained in:
@@ -191,7 +191,7 @@ pub fn new_context(cfg gg.Cfg) &Context {
|
||||
C.glPixelStorei(C.GL_UNPACK_ALIGNMENT, 1)
|
||||
// Gen texture
|
||||
// Load first 128 characters of ASCII set
|
||||
mut chars := []Character{}
|
||||
mut chars := []Character
|
||||
for c := 0; c < 128; c++ {
|
||||
mut ch := ft_load_char(face, i64(c))
|
||||
// s := utf32_to_str(uint(0x043f))
|
||||
|
Reference in New Issue
Block a user