mirror of
https://github.com/raysan5/raylib.git
synced 2025-11-20 01:01:12 +00:00
Some formating tweaks
This commit is contained in:
@@ -28,8 +28,8 @@
|
||||
#define PI 3.14159265358979323846
|
||||
#endif
|
||||
|
||||
#define DEG2RAD (PI / 180.0f)
|
||||
#define RAD2DEG (180.0f / PI)
|
||||
#define DEG2RAD (PI/180.0f)
|
||||
#define RAD2DEG (180.0f/PI)
|
||||
|
||||
//----------------------------------------------------------------------------------
|
||||
// Defines and Macros
|
||||
|
||||
Reference in New Issue
Block a user