Xinqi Bao's Git

Improve speed of drw_text when provided with large strings
authorMiles Alan <[email protected]>
Sun, 8 Aug 2021 01:34:35 +0000 (21:34 -0400)
committerHiltjo Posthuma <[email protected]>
Mon, 9 Aug 2021 16:20:51 +0000 (18:20 +0200)
Calculates len & ew in drw_font_getexts loop by incrementing instead of
decrementing; as such avoids proportional increase in time spent in loop
based on provided strings size.


No differences found