Improve speed of drw_text when provided with large strings
authorMiles Alan <m@milesalan.com>
Sun, 8 Aug 2021 01:34:35 +0000 (21:34 -0400)
committerHiltjo Posthuma <hiltjo@codemadness.org>
Mon, 9 Aug 2021 16:20:51 +0000 (18:20 +0200)
commitc585e8e498ec6f9c423ab8ea07cf853ee5b05fbe
treef5e85f3b182436b7a5c059c72791506911ee6c0a
parent523aa08f51a88c59ad4b1f600f8ce3d122e9e289
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