From 83fedef41f6dcea4dde010abb025b7ed647d0501 Mon Sep 17 00:00:00 2001 From: chai Date: Thu, 2 Dec 2021 12:43:19 +0800 Subject: *fix --- Client/Source/Phy2DLite/Constants.h | 1 + 1 file changed, 1 insertion(+) (limited to 'Client/Source/Phy2DLite/Constants.h') 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); -- cgit v1.1-26-g67d0