From 7369b10a87aed982de328fbfa242666928e021d6 Mon Sep 17 00:00:00 2001 From: Piotr Dziwinski Date: Sun, 29 Apr 2012 23:21:35 +0200 Subject: Structs continued --- src/math/const.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/math/const.h') 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; }; -- cgit v1.2.3-1-g7c22