HDictus / breezefield

a physics library wrapper for love2d
MIT License
76 stars 5 forks source link

Fixed use-after-free bug and removed leftover debug code #20

Closed alexmozaidze closed 7 months ago

alexmozaidze commented 1 year ago

Fixed a bug where the collider doesn't get properly destroyed, causing a crash, along with removing printing of draw order when sorting.

HDictus commented 7 months ago

Hi again alex, sorry for taking so long to get back to you. This looks good, let's merge.