binji / love-nacl

Port of LÖVE to Native Client
http://binji.github.io/love-nacl/
Other
43 stars 6 forks source link

Love Frames: scissor issue #19

Closed easy82 closed 11 years ago

easy82 commented 11 years ago

Scissor doesn't seem to be OK in Love Frames, see example here: http://archive.nikolairesokav.com/love/loveframes/loveframes-demo.love

Scroll down and up in the example list to see some buttons are out of the window even though they shouldn't. This can be seen in Column List, List, Tabs, Text examples as well.

binji commented 11 years ago

It's actually a stencil buffer issue. Fixed in 8eb3918f600443529b3b16e1a2411393fdfd11cf

easy82 commented 11 years ago

Is this fixed in 1.6? I still can see the artifact, however it's certainly not a deal-breaker. On the other side, the text input issue is fixed, thanks! :)

binji commented 11 years ago

No, I haven't pushed out a version with the fix yet. It'll be in v0.1.7

easy82 commented 11 years ago

Ah, I see. All right!