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