Improve speed of drw_text when provided with large strings
commit716233534b35f74dba5a46ade8f1a6f8cc72fea4
authorMiles Alan <m@milesalan.com>
Mon, 9 Aug 2021 16:24:14 +0000 (9 18:24 +0200)
committerHiltjo Posthuma <hiltjo@codemadness.org>
Mon, 9 Aug 2021 16:25:19 +0000 (9 18:25 +0200)
tree4686918cd9beeb6920b1e93462d312cacd81f5aa
parent138b405f0c8aa24d8a040cc1a1cf6e3eb5a0ebc7
Improve speed of drw_text when provided with large strings

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.
drw.c