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/Joint.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Client/Source/Phy2DLite/Joint.cpp') diff --git a/Client/Source/Phy2DLite/Joint.cpp b/Client/Source/Phy2DLite/Joint.cpp index 71375d0..b7fb560 100644 --- a/Client/Source/Phy2DLite/Joint.cpp +++ b/Client/Source/Phy2DLite/Joint.cpp @@ -24,7 +24,7 @@ void Joint::Set(Body* b1, Body* b2, const Vec2& anchor) biasFactor = _0_2; } -void Joint::PreStep(number inv_dt) +void Joint::PreStep(fixed inv_dt) { // Pre-compute anchors, mass matrix, and bias. Mat22 Rot1(body1->rotation); -- cgit v1.1-26-g67d0