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 #48

Closed victorfisac closed 3 years ago

victorfisac commented 3 years ago

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