Closed keytonw closed 5 years ago
I can confirm the bug exists in libtcod itself. The screenshot code is non-trivial, so it will take a little while to fix.
The bug seems to be limited to the SDL renderer, so if you add renderer='GLSL'
to tdl.init
you should able to take screenshots.
Thanks, Kyle. Confirmed that setting the renderer works like a charm. Appreciate the quick response! Have a good rest of your weekend...
The regression in the old SDL renderer is fixed. You can now take screenshots with it active.
Trying to do a simple screenshot test. No bug but nothing happens. Do I need to initialized differently to get it to work?