blue-nebula / base

Main repository of Blue Nebula, a fast-paced shooter with a unique parkour system. It is a fork of Red Eclipse and is free software.
https://blue-nebula.org
15 stars 6 forks source link

Use std::abs() and std::fabs() instead of abs() and fabs() #189

Open MoonPadUSer opened 3 years ago

MoonPadUSer commented 3 years ago

I'm not sure where the current abs() and fabs() functions originated from, but I replaced them with std::abs() and std::fabs()