SkaarjK

Results 1 comments of SkaarjK

I encountered this same issue. I was able to get it working by changing [line 575 of sftd.c](https://github.com/xerpi/sftdlib/blob/c27f73a67f6a12be36e6ee785cecc182733aed54/libsftd/source/sftd.c#L575) from: `pen_x += (advance_x >> 16) * draw_scale;` to: `pen_x += (int)((advance_x...