mtheall / ftpd

FTP Server for 3DS/Switch
GNU General Public License v3.0
1.41k stars 135 forks source link

Fix DkScissor calculation #156

Closed averne closed 2 years ago

averne commented 2 years ago

Previously this would clip Modal window backgrounds: 2022081212201200-6C53F6F49C292FD1C2157D3E0D773577

To dim the entire framebuffer ImGui submits a draw cmd with clip (-1,-1), (width+1,height+1), which triggers this bug.