stevenlovegrove / Pangolin

Pangolin is a lightweight portable rapid development library for managing OpenGL display / interaction and abstracting video input.
MIT License
2.39k stars 855 forks source link

Font rendering issue after update #939

Closed mateosss closed 5 months ago

mateosss commented 5 months ago

When updating from 86eb4975 to one of the latest master commits 9d8fef79 in my project fonts look off. What could be the reason?

before

after

christian-rauch commented 5 months ago

There are 4 years of updates between these two commits. You would need to do a git bisect to find the commit that introduced the font rendering issue.

christian-rauch commented 5 months ago

After a git bisect I found that the last good commit is 3a1d89eb and that the next commit cba1ef20 introduces the issue.

good (3a1d89eb) bad (cba1ef20)
pangolin_good_3a1d89eb pangolin_bad_cba1ef20