fmt in vlib/x/ttf/README.md

pull/13739/head
yuyi98 2022-03-15 13:26:51 +08:00
parent f512929633
commit fd5fd61cbe
1 changed files with 1 additions and 1 deletions

View File

@ -298,7 +298,7 @@ fn main() {
// TTF render 0 Frame counter
app.ttf_render << &ttf.TTF_render_Sokol{
bmp: &ttf.BitMap{
tf: &(app.tf[0])
tf: &app.tf[0]
buf: unsafe { malloc(32000000) }
buf_size: (32000000)
color: 0xFF0000FF