Phlarx / tm-ultimate-medals

An OpenPlanet plugin to show medal times in Trackmania games
GNU General Public License v3.0
12 stars 13 forks source link

Allow dynamic font updates when memory leak is fixed #17

Open Phlarx opened 2 years ago

Phlarx commented 2 years ago

Fonts currently are not freed, and so cause a memory leak. See: https://github.com/openplanet-nl/issues/issues/39

When that is fixed, reenable dynamic font loading.

Phlarx commented 2 years ago

Note: it would still be good to limit font loading to a 5 second interval, or something.