aboutsummaryrefslogtreecommitdiff
path: root/Client/Source/Phy2DLite/Constants.h
diff options
context:
space:
mode:
authorchai <chaifix@163.com>2021-12-02 12:43:19 +0800
committerchai <chaifix@163.com>2021-12-02 12:43:19 +0800
commit83fedef41f6dcea4dde010abb025b7ed647d0501 (patch)
tree365e364da74872958f27693e6c1e609bf6e71e97 /Client/Source/Phy2DLite/Constants.h
parent7a798253441a8bd499d36bd8153b92ab08de8a9f (diff)
*fix
Diffstat (limited to 'Client/Source/Phy2DLite/Constants.h')
-rw-r--r--Client/Source/Phy2DLite/Constants.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Client/Source/Phy2DLite/Constants.h b/Client/Source/Phy2DLite/Constants.h
index aa50e8c..fcd889a 100644
--- a/Client/Source/Phy2DLite/Constants.h
+++ b/Client/Source/Phy2DLite/Constants.h
@@ -8,6 +8,7 @@ namespace Phy2D
#define CONSTANT(name, value) static number name = number::from_raw_value(value)
CONSTANT(_1, 65536);
+ CONSTANT(_n1, -65536);
CONSTANT(_0, 0);
CONSTANT(_0_01, 655);
CONSTANT(_0_2, 13107);