kometbomb / klystrack

A chiptune tracker
http://kometbomb.github.io/klystrack/
Other
482 stars 29 forks source link

Instrument program list does not render correctly. #182

Closed chenz closed 9 years ago

chenz commented 9 years ago

The instrument program list is cut off at the bottom:

klystrack-1

With 2x2 pixels, it does not render at all:

klystrack-2

(tried with 1.6.1 (current master), 1.7 branch does not build for me atm).

kometbomb commented 9 years ago

Perhaps related to the clipping problem in SDL. Have you tried to disable rendering to texture (you can find it in the Prefs menu)?

chenz commented 9 years ago

Disabling render-to-texture fixed it. I found the related bug reports in SDL's Bugzilla, including your comment :)

kometbomb commented 9 years ago

Ok, good. :)