From 7a798253441a8bd499d36bd8153b92ab08de8a9f Mon Sep 17 00:00:00 2001 From: chai Date: Thu, 2 Dec 2021 11:41:42 +0800 Subject: *fixed --- Client/Source/Phy2DLite/Arbiter.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Client/Source/Phy2DLite/Arbiter.h') diff --git a/Client/Source/Phy2DLite/Arbiter.h b/Client/Source/Phy2DLite/Arbiter.h index 2232210..167978f 100644 --- a/Client/Source/Phy2DLite/Arbiter.h +++ b/Client/Source/Phy2DLite/Arbiter.h @@ -1,6 +1,7 @@ #pragma once #include "Math.h" +#include "Constants.h" namespace Phy2D { @@ -21,7 +22,7 @@ namespace Phy2D struct Contact { - Contact() : Pn(0.0f), Pt(0.0f), Pnb(0.0f) {} + Contact() : Pn(_0), Pt(_0), Pnb(_0) {} Vec2 position; Vec2 normal; -- cgit v1.1-26-g67d0