tsoding / nothing

A simple platformer about nothing
MIT License
295 stars 76 forks source link

Remove vec_mag in favor of vec_length (Fixes #1256) #1257

Open LizzyFleckenstein03 opened 3 years ago

LizzyFleckenstein03 commented 3 years ago

vec_mag wasn't used anyway.

This does not make the binary any smaller since the functions are inline anyway, it just cleans up the source.