mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
freetype: clean up new_context()
This commit is contained in:
@ -140,7 +140,8 @@ fn main() {
|
||||
height: WinHeight
|
||||
use_ortho: true
|
||||
font_size: 18
|
||||
}, 1)
|
||||
scale: 2
|
||||
})
|
||||
game.font_loaded = (game.ft != 0 )
|
||||
for {
|
||||
gg.clear(gx.White)
|
||||
|
Reference in New Issue
Block a user