victorfisac / Physac

2D physics header-only library for videogames developed in C using raylib library.
http://www.victorfisac.com/physac
MIT License
432 stars 28 forks source link

Replace typo in condition ('&' -> '&&') #53

Closed koteyur closed 2 years ago

koteyur commented 2 years ago

I've found this small typo while trying to transpile this from c to golang (compiled successfully, btw :-)).

victorfisac commented 2 years ago

Thank you @koteyur