diff options
Diffstat (limited to 'Client/Source/Phy2DLite/Constants.h')
-rw-r--r-- | Client/Source/Phy2DLite/Constants.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Client/Source/Phy2DLite/Constants.h b/Client/Source/Phy2DLite/Constants.h index fcd889a..f116ca8 100644 --- a/Client/Source/Phy2DLite/Constants.h +++ b/Client/Source/Phy2DLite/Constants.h @@ -5,7 +5,7 @@ namespace Phy2D
{
#if NUMBER_ALIAS == NUMBER_FPM
-#define CONSTANT(name, value) static number name = number::from_raw_value(value) +#define CONSTANT(name, value) static fixed name = fixed::from_raw_value(value) CONSTANT(_1, 65536);
CONSTANT(_n1, -65536);
|