0x1F9F1 / Open1560

A mod for Midtown Madness 1, primarily focused on supporting modern computers and fixing bugs.
https://0x1F9F1.github.io/Open1560
GNU General Public License v3.0
113 stars 9 forks source link

Improve mmTextNode memory usage #43

Closed 0x1F9F1 closed 4 years ago

0x1F9F1 commented 4 years ago

At larger resolutions, mmTextNode can use a lot of memory (~35 MB ingame at 1440p), as all the surfaces are allocated during mmTextNode::Init (via agiBitmap::Init).