this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

#1059: added workaround to fix textri offset

nesbox 9ba97ef1 22378fb3

+1 -1
+1 -1
src/core/draw.c
··· 651 651 step_v /= dy; 652 652 } 653 653 654 - float x = top->x; 654 + float x = top->x + 0.5f; 655 655 float y = top->y; 656 656 float u = top->u; 657 657 float v = top->v;