RandyGaul / cute_framework

The *cutest* framework out there for creating 2D games in C++!
https://randygaul.github.io/cute_framework/#/
Other
534 stars 31 forks source link

Text is clipping is broken when rotating the camera #164

Closed RandyGaul closed 3 weeks ago

RandyGaul commented 3 months ago

Positions gets rotated correctly but the generated quads and clip box are still axis-aligned, causing odd bugs. Not a big deal for most applications, but, should be fixed at some point.

RandyGaul commented 3 weeks ago

This feature was removed entirely. Scissor can be used instead.