stefanmielke / libdragon-extensions

List of structs and functions to help on Libdragon development.
MIT License
6 stars 1 forks source link

Some minor fixes in tilemap rendering and changes to RectInt #16

Closed adamcate closed 1 year ago

adamcate commented 1 year ago

RectInt previously didn't have the intersecting and contains functions, which it does now. Tilemap rendering used to crash past a certain bound and not properly cull tiles outside the screen rect, which it does now.

adamcate commented 1 year ago

Since no one is using this branch yet and the changes can be undone I'm going to merge this for now.