Some formating tweaks

This commit is contained in:
Ray
2016-02-03 17:45:28 +01:00
parent df5c64d0be
commit 646f1c3f71
5 changed files with 70 additions and 69 deletions

View File

@@ -81,8 +81,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)
// raylib Config Flags
#define FLAG_FULLSCREEN_MODE 1