1
0
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:
Alexander Medvednikov
2019-08-09 17:57:48 +02:00
parent 11c2f634f3
commit d4441e4353
3 changed files with 8 additions and 3 deletions

View File

@ -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)