keharriso / love-nuklear

Lightweight immediate mode GUI for LÖVE games
MIT License
350 stars 32 forks source link

Use intersectScissor to keep parent scissor setting #39

Closed ax-jason closed 5 years ago

ax-jason commented 5 years ago

In order to combine parent scissor setting to the current child, use intersectScissor instead.

keharriso commented 5 years ago

Thank you for the pull request. Unfortunately, my attempts at running your code with the provided example directory result in erroneous behavior. Do you also see this incorrect behavior?

ax-jason commented 5 years ago

Thank you for the pull request. Unfortunately, my attempts at running your code with the provided example directory result in erroneous behavior. Do you also see this incorrect behavior?

Yeah, I see it also. Sorry for that, I need more test on it.