haxeui / haxeui-kha

The Kha backend of the HaxeUI framework -
http://haxeui.org
MIT License
45 stars 16 forks source link

Zero out scissor dimensions when negative #64

Closed AbeGellis closed 1 year ago

AbeGellis commented 1 year ago

Prevents skipping the push operation and incurring a scissor-stack push/pop mismatch.

Negative-dimension scissor operation reproduction case can be found here.

ianharrigan commented 1 year ago

thanks!