sgynn / bvh-browser

A simple tool to view and quickly browse through bvh motion capture files
GNU General Public License v3.0
3 stars 1 forks source link

sdl_surface width vs pitch #1

Open incompetentcoder opened 2 years ago

incompetentcoder commented 2 years ago

Hello, the pitch of sdl2_ttf generated surface can be larger than width causing font rendering to be garbage. Simplest fix is to change s->w into s->pitch / 4 in view.cpp. cheers

ppinter1 commented 3 months ago

Beauty fix, hommes. Maybe create a PR?