fmt in vlib/x/ttf/README.md
parent
f512929633
commit
fd5fd61cbe
|
|
@ -298,7 +298,7 @@ fn main() {
|
||||||
// TTF render 0 Frame counter
|
// TTF render 0 Frame counter
|
||||||
app.ttf_render << &ttf.TTF_render_Sokol{
|
app.ttf_render << &ttf.TTF_render_Sokol{
|
||||||
bmp: &ttf.BitMap{
|
bmp: &ttf.BitMap{
|
||||||
tf: &(app.tf[0])
|
tf: &app.tf[0]
|
||||||
buf: unsafe { malloc(32000000) }
|
buf: unsafe { malloc(32000000) }
|
||||||
buf_size: (32000000)
|
buf_size: (32000000)
|
||||||
color: 0xFF0000FF
|
color: 0xFF0000FF
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue