summaryrefslogtreecommitdiffstats
path: root/src/math/const.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/math/const.h')
-rw-r--r--src/math/const.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/math/const.h b/src/math/const.h
index c33f8f4..c96da44 100644
--- a/src/math/const.h
+++ b/src/math/const.h
@@ -40,5 +40,5 @@ namespace Math
//! Degrees to radians multiplier
const float DEG_TO_RAD = 0.01745329251994329547f;
//! Radians to degrees multiplier
- const FLOAT RAD_TO_DEG = 57.29577951308232286465f;
+ const float RAD_TO_DEG = 57.29577951308232286465f;
};