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

Get rid of unncessary variable #37

Closed jubalh closed 5 years ago

jubalh commented 5 years ago

No need for such variable, only costs memory. Functions are also short enough to still understand the code.