diff options
author | chai <chaifix@163.com> | 2021-12-02 11:41:42 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2021-12-02 11:41:42 +0800 |
commit | 7a798253441a8bd499d36bd8153b92ab08de8a9f (patch) | |
tree | 32e4ee995534a4a8cd7c2e0b530ff02c45217e8f /Client/Source/Phy2DLite/Arbiter.h | |
parent | bcc11176480f403ab294de24d61bab993ce2fdfd (diff) |
*fixed
Diffstat (limited to 'Client/Source/Phy2DLite/Arbiter.h')
-rw-r--r-- | Client/Source/Phy2DLite/Arbiter.h | 3 |
1 files changed, 2 insertions, 1 deletions
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; |